Class: Hyrax::AuditsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/hyrax/audits_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



5
6
7
# File 'app/controllers/hyrax/audits_controller.rb', line 5

def create
  render json: audit_service.audit
end