Sha256: 9f02a5038c6ebe32851b962ff3fbfe6b2e412fd6bfb59003f5665ecfe65dd68a

Contents?: true

Size: 137 Bytes

Versions: 7

Compression:

Stored size: 137 Bytes

Contents

Shim::Engine.routes.draw do
  match "*id" => 'pages#show', :as => :page, :format => false
  root :to => 'pages#show', :id => "index"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
shim-0.1.5 config/routes.rb
shim-0.1.4 config/routes.rb
shim-0.1.2 config/routes.rb
shim-0.1.1 config/routes.rb
shim-0.1.0 config/routes.rb
shim-0.0.3 config/routes.rb
shim-0.0.2 config/routes.rb