Class: CurationConcerns::OperationsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- CurationConcerns::OperationsController
- 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
#index ⇒ Object
5 6 7 |
# File 'app/controllers/curation_concerns/operations_controller.rb', line 5 def index @operations = @operations.where(parent_id: nil) end |
#show ⇒ Object
9 10 |
# File 'app/controllers/curation_concerns/operations_controller.rb', line 9 def show end |