Sha256: 8e8d812fffd9d4806a1df1fa821e7927671f201c61f7d1e8fb493c6abddba465

Contents?: true

Size: 125 Bytes

Versions: 11

Compression:

Stored size: 125 Bytes

Contents

Rails.application.routes.draw do
  resources :events

  root 'home#index'

  mount Polygallery::Engine => "/polygallery"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
polygallery-0.1.1 test/dummy/config/routes.rb
polygallery-0.1.0 test/dummy/config/routes.rb
polygallery-0.0.9 test/dummy/config/routes.rb
polygallery-0.0.8 test/dummy/config/routes.rb
polygallery-0.0.7 test/dummy/config/routes.rb
polygallery-0.0.6 test/dummy/config/routes.rb
polygallery-0.0.5 test/dummy/config/routes.rb
polygallery-0.0.4 test/dummy/config/routes.rb
polygallery-0.0.3 test/dummy/config/routes.rb
polygallery-0.0.2 test/dummy/config/routes.rb
polygallery-0.0.1 test/dummy/config/routes.rb