Sha256: 8a3b7c4cdec8f5832348015d22510d70efb335acb4531bdbfb2056de244579d0

Contents?: true

Size: 286 Bytes

Versions: 7

Compression:

Stored size: 286 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
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hamlit-1.5.7 spec/rails/config/routes.rb
hamlit-1.5.6 spec/rails/config/routes.rb
hamlit-1.5.5 spec/rails/config/routes.rb
hamlit-1.5.4 spec/rails/config/routes.rb
hamlit-1.5.3 spec/rails/config/routes.rb
hamlit-1.5.2 spec/rails/config/routes.rb
hamlit-1.5.1 spec/rails/config/routes.rb