Sha256: c789d0234b8b5214e8047341b1a6cddf8bf670aa5d3efb7df9078763f228a3cc
Contents?: true
Size: 329 Bytes
Versions: 4
Compression:
Stored size: 329 Bytes
Contents
module ActionDispatch::Routing class Mapper # Includes mount_sextant method for routes. This method is responsible to # generate all needed routes for sextant def mount_sextant match "rails/routes" => "sextant/routes#index" mount Sextant::Engine => "/sextant", :as => "sextant_engine" end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sextant-0.2.3 | lib/rails/routes.rb |
sextant-0.2.2 | lib/rails/routes.rb |
sextant-0.2.1 | lib/rails/routes.rb |
sextant-0.2.0 | lib/rails/routes.rb |