-
-
Save thekarladam/bf397c20f129c248887c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Conferences::Application.routes.draw do | |
root :to => "conferences#index" | |
resources :conferences do | |
resources :events do | |
get 'import_events', :controller => :conference, :action => :perform_import, :as => :import_events | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment