Sha256: 36194db80e27f4b8f5fb0d61fa50c075c2865c206ba1ef561fadab21d41aed03

Contents?: true

Size: 371 Bytes

Versions: 9

Compression:

Stored size: 371 Bytes

Contents

# frozen-string-literal: true
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
    get :object_ref
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
faml-0.7.3 spec/rails/config/routes.rb
faml-0.7.2 spec/rails/config/routes.rb
faml-0.7.1 spec/rails/config/routes.rb
faml-0.7.0 spec/rails/config/routes.rb
faml-0.6.5 spec/rails/config/routes.rb
faml-0.6.4 spec/rails/config/routes.rb
faml-0.6.3 spec/rails/config/routes.rb
faml-0.6.2 spec/rails/config/routes.rb
faml-0.6.1 spec/rails/config/routes.rb