Sha256: 7dbf6746e7478c5461d53f1b1f983cd77e914cdef03baec66059d036da39f9a6

Contents?: true

Size: 175 Bytes

Versions: 75

Compression:

Stored size: 175 Bytes

Contents

Rails.application.routes.draw do

  mount Extface::Engine => "/shop_extface"
  resources :shops do
    unless Rails.env.development?
      extface_for :shop
    end
  end
end

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
extface-0.7.3 test/dummy/config/routes.rb
extface-0.7.2 test/dummy/config/routes.rb
extface-0.7.1 test/dummy/config/routes.rb
extface-0.7.0 test/dummy/config/routes.rb
extface-0.6.9 test/dummy/config/routes.rb
extface-0.6.8 test/dummy/config/routes.rb
extface-0.6.7 test/dummy/config/routes.rb
extface-0.6.6 test/dummy/config/routes.rb
extface-0.6.5 test/dummy/config/routes.rb
extface-0.6.4 test/dummy/config/routes.rb
extface-0.6.3 test/dummy/config/routes.rb
extface-0.6.2 test/dummy/config/routes.rb
extface-0.6.1 test/dummy/config/routes.rb
extface-0.6.0 test/dummy/config/routes.rb
extface-0.5.9 test/dummy/config/routes.rb
extface-0.5.8 test/dummy/config/routes.rb
extface-0.5.7 test/dummy/config/routes.rb
extface-0.5.6 test/dummy/config/routes.rb
extface-0.5.5 test/dummy/config/routes.rb
extface-0.5.4b test/dummy/config/routes.rb