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.2.5 test/dummy/config/routes.rb
extface-0.2.4 test/dummy/config/routes.rb
extface-0.2.3 test/dummy/config/routes.rb
extface-0.2.2 test/dummy/config/routes.rb
extface-0.2.1 test/dummy/config/routes.rb
extface-0.2.0 test/dummy/config/routes.rb
extface-0.1.9 test/dummy/config/routes.rb
extface-0.1.8 test/dummy/config/routes.rb
extface-0.1.7 test/dummy/config/routes.rb
extface-0.1.6 test/dummy/config/routes.rb
extface-0.1.5 test/dummy/config/routes.rb
extface-0.1.4 test/dummy/config/routes.rb
extface-0.1.3 test/dummy/config/routes.rb
extface-0.1.2 test/dummy/config/routes.rb
extface-0.1.1 test/dummy/config/routes.rb