diff --git a/app/controllers/v1/collections_controller.rb b/app/controllers/v1/collections_controller.rb index faabda490523e253cb14b895018329231a52f1cb..0e0727c02e9433c7df1af91cd962f24c28596333 100644 --- a/app/controllers/v1/collections_controller.rb +++ b/app/controllers/v1/collections_controller.rb @@ -83,8 +83,8 @@ class V1::CollectionsController < ApplicationController def followable; set_collection; end def taggable; set_collection; end def sociable; set_collection; end - def subjectable; set_learning_object; end - def stageable; set_learning_object; end + def subjectable; set_collection; end + def stageable; set_collection; end def set_collection @collection ||= Collection.find(params[:id])