module Nokotime::Validator::ProjectSchema
Constants
- PROJECT_SCHEMA
Public Class Methods
validate(attributes)
click to toggle source
# File lib/nokotime/validator/project_schema.rb, line 44 def self.validate(attributes) PROJECT_SCHEMA.call(attributes) end