Skip to content

Instantly share code, notes, and snippets.

@rolandobrown
Created August 27, 2015 03:04
Show Gist options
  • Save rolandobrown/d7b1d1dfad134ab79dc5 to your computer and use it in GitHub Desktop.
Save rolandobrown/d7b1d1dfad134ab79dc5 to your computer and use it in GitHub Desktop.
config.ru NESTED FORMS
# config.ru
require './config/environment'
if defined?(ActiveRecord::Migrator) && ActiveRecord::Migrator.needs_migration?
raise 'Migrations pending run `rake db:migrate` to resolve the issue.'
end
use FormController
use RequestSpecificationController
run TravelController
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment