Sha256: fdfed4b5f7f61f34e07b1aba8c0e7562549a96e2b5256e9af241556d3ec05dcc

Contents?: true

Size: 271 Bytes

Versions: 6

Compression:

Stored size: 271 Bytes

Contents

Rails.application.routes.draw do
  # ==================================
  # Miscellaneous
  #   - GET   misc/application_parameters
  # ==================================
  resource :misc, only: [], controller: :miscellaneous do
    get :application_parameters
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
commons_yellowme-0.16.0 spec/dummy/config/routes.rb
commons_yellowme-0.15.0 spec/dummy/config/routes.rb
commons_yellowme-0.12.0 spec/dummy/config/routes.rb
commons_yellowme-0.11.3 spec/dummy/config/routes.rb
commons_yellowme-0.11.2 spec/dummy/config/routes.rb
commons_yellowme-0.11.1 spec/dummy/config/routes.rb