Class: Judge::ValidationsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Judge::ValidationsController
- Includes:
- Controller
- Defined in:
- app/controllers/judge/validations_controller.rb
Instance Method Summary collapse
Methods included from Controller
Instance Method Details
#build ⇒ Object
5 6 7 |
# File 'app/controllers/judge/validations_controller.rb', line 5 def build render json: validation(params) end |