Includes Api::V2::ApiController include.

AuthenticationController and PlanningElementStatusesController were
missing the ApiController include.
pull/175/head
Martin Czuchra 12 years ago
parent cbe7065785
commit 58be913471
  1. 2
      app/controllers/api/v2/authentication_controller.rb
  2. 2
      app/controllers/api/v2/planning_element_statuses_controller.rb

@ -14,6 +14,8 @@ module Api
class AuthenticationController < AuthenticationController
include ::Api::V2::ApiController
unloadable
def index

@ -16,6 +16,8 @@ module Api
unloadable
helper :timelines
include ::Api::V2::ApiController
accept_key_auth :index, :show
def index

Loading…
Cancel
Save