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

Version Path
medivo-0.2.24 config/routes.rb
medivo-0.2.21 config/routes.rb
medivo-0.2.20 config/routes.rb
medivo-0.2.19 config/routes.rb
medivo-0.2.18 config/routes.rb
medivo-0.2.17 config/routes.rb
medivo-0.2.16 config/routes.rb
medivo-0.2.15 config/routes.rb
medivo-0.2.14 config/routes.rb
medivo-0.2.13 config/routes.rb
medivo-0.2.12 config/routes.rb
medivo-0.2.11 config/routes.rb
medivo-0.2.10 config/routes.rb
medivo-0.2.9 config/routes.rb
medivo-0.2.8 config/routes.rb