Sha256: 1fea3e4d9bf2a0e86e70819b3257548e827a876c04ccf69c2ffd73fc90972b46
Contents?: true
Size: 307 Bytes
Versions: 11
Compression:
Stored size: 307 Bytes
Contents
ActionController::Routing::Routes.draw do |map| map.with_options :controller => 'event_venues', :action => 'index' do |m| m.eventmap "/map.:format" m.eventmap_year "/map/:year.:format" m.eventmap_month "/map/:year/:month.:format" m.eventmap_day "/map/:year/:month/:mday.:format" end end
Version data entries
11 entries across 11 versions & 1 rubygems