Sha256: b31f5765e2f257dfb4a7ab74482a8f17f27edc39f6ed06832ff19bf657e384f9

Contents?: true

Size: 108 Bytes

Versions: 6

Compression:

Stored size: 108 Bytes

Contents

RailsApp::Application.routes.draw do
  resources :users do
    member do
      get :block
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hermes-0.6.0 test/rails_app/config/routes.rb
hermes-0.5.1 test/rails_app/config/routes.rb
hermes-0.5.0 test/rails_app/config/routes.rb
hermes-0.4.1 test/rails_app/config/routes.rb
hermes-0.4.0 test/rails_app/config/routes.rb
hermes-0.3.0 test/rails_app/config/routes.rb