Sha256: 4a860142adb69fef176f20ab4332535d98b504a2f9512877a340793ac8723e14

Contents?: true

Size: 321 Bytes

Versions: 20

Compression:

Stored size: 321 Bytes

Contents

Rails.application.routes.draw do
  namespace :books do
    get :hello
    get :with_variables
    get :with_capture
    get :escaped
    get :preserve

    get :syntax_error
    get :indent_error
    get :unparsable
    get :invalid_interpolation
    get :filter_not_found
    get :filter_invalid_interpolation
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
faml-0.4.2 spec/rails/config/routes.rb
faml-0.4.1 spec/rails/config/routes.rb
faml-0.4.0 spec/rails/config/routes.rb
faml-0.3.6 spec/rails/config/routes.rb
faml-0.3.5 spec/rails/config/routes.rb
faml-0.3.4 spec/rails/config/routes.rb
faml-0.3.3 spec/rails/config/routes.rb
faml-0.3.2 spec/rails/config/routes.rb
faml-0.3.1 spec/rails/config/routes.rb
faml-0.3.0 spec/rails/config/routes.rb
faml-0.2.16 spec/rails/config/routes.rb
faml-0.2.15 spec/rails/config/routes.rb
faml-0.2.14 spec/rails/config/routes.rb
faml-0.2.13 spec/rails/config/routes.rb
faml-0.2.12 spec/rails/config/routes.rb
faml-0.2.11 spec/rails/config/routes.rb
faml-0.2.10 spec/rails/config/routes.rb
faml-0.2.9 spec/rails/config/routes.rb
faml-0.2.8 spec/rails/config/routes.rb
faml-0.2.7 spec/rails/config/routes.rb