Sha256: d578bc6ef1b312bf0a9e9479698dda1e96c52042ff708855bf83d2fec858ea59

Contents?: true

Size: 126 Bytes

Versions: 14

Compression:

Stored size: 126 Bytes

Contents

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

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
faml-0.2.2 spec/rails/config/routes.rb
faml-0.2.1 spec/rails/config/routes.rb
faml-0.2.0 spec/rails/config/routes.rb
fast_haml-0.1.10 spec/rails/config/routes.rb
fast_haml-0.1.9 spec/rails/config/routes.rb
fast_haml-0.1.8 spec/rails/config/routes.rb
fast_haml-0.1.7 spec/rails/config/routes.rb
fast_haml-0.1.6 spec/rails/config/routes.rb
fast_haml-0.1.5 spec/rails/config/routes.rb
fast_haml-0.1.4 spec/rails/config/routes.rb
fast_haml-0.1.3 spec/rails/config/routes.rb
fast_haml-0.1.2 spec/rails/config/routes.rb
fast_haml-0.1.1 spec/rails/config/routes.rb
fast_haml-0.1.0 spec/rails/config/routes.rb