Class: ActionDispatch::Routing::Mapper

Inherits:
Object
  • Object
show all
Defined in:
lib/instedd_rails/routes.rb

Instance Method Summary collapse

Instance Method Details

#with_tourObject



4
5
6
# File 'lib/instedd_rails/routes.rb', line 4

def with_tour
  get 'tour(/:page)', :action => :show, :controller => :tour, :as => 'tour'
end