class ROM::Model::Composite

Public Instance Methods

call(attributes) click to toggle source
# File lib/rom/model/validator.rb, line 19
def call(attributes)
  left.call(attributes)

  right.call(attributes)
end