Class Merb::Authentication::Errors
In: lib/merb-auth-core/errors.rb
Parent: Object

Lifted from DataMapper‘s dm-validations plugin :) @author Guy van den Berg @since DM 0.9

Methods

add   clear!   each   empty?   full_messages   method_missing   on  

Included Modules

Enumerable

Public Instance methods

Add a authentication error. Use the field_name :general if the errors does not apply to a specific field of the Resource.

@param <Symbol> field_name the name of the field that caused the error @param <String> message the message to add

Clear existing authentication errors.

Collect all errors into a single list.

Return authentication errors for a particular field_name.

@param <Symbol> field_name the name of the field you want an error for

[Validate]