Sha256: 303d120631864a1a194c571fed32bc7af095d53723fd1e75f1ed5cc169447f4f

Contents?: true

Size: 161 Bytes

Versions: 3

Compression:

Stored size: 161 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
faml-0.2.5 spec/rails/config/routes.rb
faml-0.2.4 spec/rails/config/routes.rb
faml-0.2.3 spec/rails/config/routes.rb