Sha256: dac14faa2d0e4df762873dc02c650b0fec0b96a06a155c417097fda7f68e8770
Contents?: true
Size: 429 Bytes
Versions: 4
Compression:
Stored size: 429 Bytes
Contents
Ishapi::Engine.routes.draw do root :to => 'api#home' get 'cities', :to => 'cities#index' get 'cities/view/:cityname', :to => 'cities#show' get 'galleries/view/:galleryname', :to => 'galleries#show' get 'reports/view/:name_seo', :to => 'reports#show' get 'sites/view/:domain', :to => 'sites#show', :constraints => { :domain => /[^\/]+/ } get 'venues/view/:venuename', :to => 'venues#show' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ishapi-0.1.8.14 | config/routes.rb |
ishapi-0.1.8.13 | config/routes.rb |
ishapi-0.1.8.12 | config/routes.rb |
ishapi-0.1.8.11 | config/routes.rb |