Skip to content

Instantly share code, notes, and snippets.

@benlieb
Created January 15, 2014 00:07
Show Gist options
  • Save benlieb/8428446 to your computer and use it in GitHub Desktop.
Save benlieb/8428446 to your computer and use it in GitHub Desktop.
map.with_options :controller => "events" do |event|
event.connect "/events/index.html", :action => "index"
event.connect "/events/past_events", :action => "past_events"
event.connect "/events/past_events/:year", :action => "past_events"
event.connect "/events/past_events/:year/:id", :action => "show"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment