Class: CurationConcerns::OperationsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/curation_concerns/operations_controller.rb

Instance Method Summary collapse

Methods included from ApplicationControllerBehavior

#deny_access, #render_404, #render_json_response

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/curation_concerns/operations_controller.rb', line 5

def index
  @operations = @operations.where(parent_id: nil)
end

#showObject



9
10
# File 'app/controllers/curation_concerns/operations_controller.rb', line 9

def show
end