Sha256: 39527ac136d2de3f31a89bcbcc063a81f936ea26279be4428386827dbe14b4ff

Contents?: true

Size: 223 Bytes

Versions: 2

Compression:

Stored size: 223 Bytes

Contents

Rails.application.routes.draw do

  namespace :dash do

    resources :photos

  end

  mount RailsDash::Engine => '/dash'

  root :to => 'statics#home', :as => 'home'

  get 'other' => 'statics#other', :as => 'other'

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_dash-0.0.6 test/dummy/config/routes.rb
rails_dash-0.0.5 test/dummy/config/routes.rb