Sha256: 002650e7fb6e71323b2971d9987d715f1ace46f67ea2e475a3dc330b15e3fcd3

Contents?: true

Size: 172 Bytes

Versions: 5

Compression:

Stored size: 172 Bytes

Contents

Rails.application.routes.draw do
  mount Tellimus::Engine, at: "tellimus"
  scope module: 'tellimus' do
    get 'pricing' => 'subscriptions#index', as: 'pricing'
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tellimus-0.1.2 spec/dummy/config/routes.rb
tellimus-0.1.1 spec/dummy/config/routes.rb
tellimus-0.1.0 spec/dummy/config/routes.rb
tellimus-0.0.4 spec/dummy/config/routes.rb
tellimus-0.0.3 spec/dummy/config/routes.rb