Sha256: 5f125a13ecd01926056289d96d762e5cbc09f91bd2e4580c8d4311da07ac29bd
Contents?: true
Size: 291 Bytes
Versions: 15
Compression:
Stored size: 291 Bytes
Contents
Medivo::Engine.routes.draw do # cant get this line ' :only=> [:index] ' to work, so adding the index route manually match "/labs" => "labs#index", :via => :get resource :labs, :only=> [:index] do member do get :find_appointment post :make_appointment end end end
Version data entries
15 entries across 15 versions & 1 rubygems