Class: Comply::ValidationsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Comply::ValidationsController
- Defined in:
- app/controllers/comply/validations_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
7 8 9 10 11 |
# File 'app/controllers/comply/validations_controller.rb', line 7 def show @instance = validation_instance @instance.valid? render json: { error: @instance.errors } end |