Sha256: 48213d081b3d22ef76266a9055493a43fe9306eabc99adc129762f0b675a7360

Contents?: true

Size: 181 Bytes

Versions: 9

Compression:

Stored size: 181 Bytes

Contents

Rails.application.routes.draw do
  mount BetterFrame::Engine => "/better_frame"

  root "products#index"
  get 'foreign_website' => 'foreign_website#show'
  resources :products
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
better_frame-0.3.3 test/dummy/config/routes.rb
better_frame-0.3.2 test/dummy/config/routes.rb
better_frame-0.3.1 test/dummy/config/routes.rb
better_frame-0.3.0 test/dummy/config/routes.rb
better_frame-0.2.0 test/dummy/config/routes.rb
better_frame-0.1.2 test/dummy/config/routes.rb
better_frame-0.1.1 test/dummy/config/routes.rb
better_frame-0.1.0 test/dummy/config/routes.rb
better_frame-0.0.5 test/dummy/config/routes.rb