Sha256: 57f06f5188363989835ed1b1b8521e10ba0ea8401e6d27eb79ed63aff1d5c0f9

Contents?: true

Size: 264 Bytes

Versions: 28

Compression:

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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
hamlit-1.5.0 spec/rails/config/routes.rb
hamlit-1.4.7 spec/rails/config/routes.rb
hamlit-1.4.6 spec/rails/config/routes.rb
hamlit-1.4.5 spec/rails/config/routes.rb
hamlit-1.4.3 spec/rails/config/routes.rb
hamlit-1.4.2 spec/rails/config/routes.rb
hamlit-1.4.1 spec/rails/config/routes.rb
hamlit-1.3.2 spec/rails/config/routes.rb
hamlit-1.3.1 spec/rails/config/routes.rb
hamlit-1.3.0 spec/rails/config/routes.rb
hamlit-1.2.1 spec/rails/config/routes.rb
hamlit-1.2.0 spec/rails/config/routes.rb
hamlit-1.1.1 spec/rails/config/routes.rb
hamlit-1.1.0 spec/rails/config/routes.rb
hamlit-1.0.0 spec/rails/config/routes.rb
hamlit-0.6.2 spec/rails/config/routes.rb
hamlit-0.6.1 spec/rails/config/routes.rb
hamlit-0.6.0 spec/rails/config/routes.rb
hamlit-0.5.3 spec/rails/config/routes.rb
hamlit-0.5.2 spec/rails/config/routes.rb