class Rasti::Form::ValidationError

Attributes

scope[R]

Public Class Methods

new(scope, errors) click to toggle source
Calls superclass method
# File lib/rasti/form/errors.rb, line 8
def initialize(scope, errors)
  @scope = scope
  super errors
end

Private Instance Methods

message_title() click to toggle source
# File lib/rasti/form/errors.rb, line 15
def message_title
  'Validation errors:'
end