Method: Sufia::SingularSubresourceController#find_work

Defined in:
app/controllers/concerns/sufia/singular_subresource_controller.rb

#find_workObject



11
12
13
# File 'app/controllers/concerns/sufia/singular_subresource_controller.rb', line 11

def find_work
  @work = CurationConcerns::WorkRelation.new.find(params[:id])
end