Class: Judge::ValidationsController

Inherits:
ActionController::Base
  • Object
show all
Includes:
Controller
Defined in:
app/controllers/judge/validations_controller.rb

Instance Method Summary collapse

Methods included from Controller

#validation

Instance Method Details

#buildObject



5
6
7
# File 'app/controllers/judge/validations_controller.rb', line 5

def build
  render json: validation(params)
end