Skip to content

Instantly share code, notes, and snippets.

@thekarladam
Created November 30, 2010 22:22
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