Sha256: 02cfd231e17cd81b257f96edca1ae4c849e39b5e224e92a0a7d7d7e1f29113bc

Contents?: true

Size: 233 Bytes

Versions: 8

Compression:

Stored size: 233 Bytes

Contents

Dummy::Application.routes.draw do
  root to: 'top#index'

  resources :posts, only: %i(new create) do
    collection do
      get :src, action: :src
      get :done, action: :done
      get :reload, action: :reload
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
with_popup-0.1.0 spec/dummy/config/routes.rb
with_popup-0.0.7 spec/dummy/config/routes.rb
with_popup-0.0.6 spec/dummy/config/routes.rb
with_popup-0.0.5 spec/dummy/config/routes.rb
with_popup-0.0.4 spec/dummy/config/routes.rb
with_popup-0.0.3 spec/dummy/config/routes.rb
with_popup-0.0.2 spec/dummy/config/routes.rb
with_popup-0.0.1 spec/dummy/config/routes.rb