Sha256: 90ab242ae8f904e131e0755811b6dfe2a4a6e6520485b6a30d79b717b1cebb50

Contents?: true

Size: 238 Bytes

Versions: 7

Compression:

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hamlit-0.3.1 spec/rails/config/routes.rb
hamlit-0.3.0 spec/rails/config/routes.rb
hamlit-0.2.0 spec/rails/config/routes.rb
hamlit-0.1.3 spec/rails/config/routes.rb
hamlit-0.1.2 spec/rails/config/routes.rb
hamlit-0.1.1 spec/rails/config/routes.rb
hamlit-0.1.0 spec/rails/config/routes.rb