Sha256: 3c599c49151656775b39cc6b2a392bba13dce382eadc3c11465d940a9fe2739e

Contents?: true

Size: 304 Bytes

Versions: 13

Compression:

Stored size: 304 Bytes

Contents

Rails.application.routes.draw do
  root to: 'application#index'

  resources :users, only: :index do
    collection do
      get :capture
      get :capture_haml
      get :form
      get :helpers
      get :safe_buffer
      get :old_attributes
      get :whitespace
      get :inline
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hamlit-1.7.2 spec/rails/config/routes.rb
hamlit-1.7.1 spec/rails/config/routes.rb
hamlit-1.7.0 spec/rails/config/routes.rb
hamlit-1.6.7 spec/rails/config/routes.rb
hamlit-1.6.6 spec/rails/config/routes.rb
hamlit-1.6.5 spec/rails/config/routes.rb
hamlit-1.6.4 spec/rails/config/routes.rb
hamlit-1.6.3 spec/rails/config/routes.rb
hamlit-1.6.2 spec/rails/config/routes.rb
hamlit-1.6.1 spec/rails/config/routes.rb
hamlit-1.6.0 spec/rails/config/routes.rb
hamlit-1.5.9 spec/rails/config/routes.rb
hamlit-1.5.8 spec/rails/config/routes.rb