Sha256: 9ab73bde2dc78d6ecd612d0d41950460424ed69a047c4a4c0317d8c6f62aa461

Contents?: true

Size: 143 Bytes

Versions: 8

Compression:

Stored size: 143 Bytes

Contents

Rails.application.routes.draw do
  if defined?(Localtower)
    mount ::Localtower::Engine, at: "localtower"
  end

  root to: "pages#home"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
localtower-2.0.1 spec/dummy/config/routes.rb
localtower-2.0.0 spec/dummy/config/routes.rb
localtower-1.0.0 spec/dummy/config/routes.rb
localtower-0.5.0 spec/dummy/config/routes.rb
localtower-0.4.2 spec/dummy/config/routes.rb
localtower-0.4.1 spec/dummy/config/routes.rb
localtower-0.4.0 spec/dummy/config/routes.rb
localtower-0.3.1 spec/dummy/config/routes.rb