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