Sha256: 99109b506b01c0e55cabe3a7cd7f3adac31595b68bba8899882c14e3a1ad7ae2
Contents?: true
Size: 167 Bytes
Versions: 23
Compression:
Stored size: 167 Bytes
Contents
module ActionDispatch::Routing class Mapper def with_tour get 'tour(/:page)', :action => :show, :controller => :tour, :as => 'tour' end end end
Version data entries
23 entries across 23 versions & 1 rubygems