Skip to content

Instantly share code, notes, and snippets.

@thekarladam
Created November 30, 2010 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thekarladam/bf397c20f129c248887c to your computer and use it in GitHub Desktop.
Save thekarladam/bf397c20f129c248887c to your computer and use it in GitHub Desktop.
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