Sha256: 11aac3d9549ce1bde3ee94227a1f3995dea03c2b51c2c97bb1ee48420bd1c981

Contents?: true

Size: 241 Bytes

Versions: 27

Compression:

Stored size: 241 Bytes

Contents

      Rails.application.routes.draw do
  mount G5Updatable::Engine => '/g5_updatable'
        resource :home, only: [:show, :index]

        match "/some_path", to: "controller#action", as: :my_alias

        root to: "home#index"
      end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
g5_updatable-1.0.2.pre.1 spec/lib/tmp/config/routes.rb
g5_updatable-0.20.3.pre.1 spec/lib/tmp/config/routes.rb
g5_updatable-0.10.3 spec/lib/tmp/config/routes.rb
g5_updatable-0.10.2 spec/lib/tmp/config/routes.rb
g5_updatable-0.10.1 spec/lib/tmp/config/routes.rb
g5_updatable-0.10.0 spec/lib/tmp/config/routes.rb
g5_updatable-0.9.0 spec/lib/tmp/config/routes.rb
g5_updatable-0.8.0 spec/lib/tmp/config/routes.rb
g5_updatable-0.7.2 spec/lib/tmp/config/routes.rb
g5_updatable-0.7.1 spec/lib/tmp/config/routes.rb
g5_updatable-0.7.0 spec/lib/tmp/config/routes.rb
g5_updatable-0.6.1 spec/lib/tmp/config/routes.rb
g5_updatable-0.6.0 spec/lib/tmp/config/routes.rb
g5_updatable-0.5.1 spec/lib/tmp/config/routes.rb
g5_updatable-0.5.0 spec/lib/tmp/config/routes.rb
g5_updatable-0.4.3 spec/lib/tmp/config/routes.rb
g5_updatable-0.4.2 spec/lib/tmp/config/routes.rb
g5_updatable-0.4.1 spec/lib/tmp/config/routes.rb
g5_updatable-0.3.5 spec/lib/tmp/config/routes.rb
g5_updatable-0.3.4 spec/lib/tmp/config/routes.rb