Sha256: 1dac99f695fb64b77c6afdff8c7372974067d2d6fc18d69eaf058288aabf2bae
Contents?: true
Size: 170 Bytes
Versions: 2
Compression:
Stored size: 170 Bytes
Contents
module Judge class ValidationsController < ::ApplicationController include Judge::Controller def build respond_with(validation(params)) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
judge-2.0.1 | app/controllers/judge/validations_controller.rb |
judge-2.0.0 | app/controllers/judge/validations_controller.rb |