module Authlogic::ActsAsAuthentic::ValidationsScope
Allows you to scope everything to specific fields. See the Config submodule for more info. For information on how to scope off of a parent object see Authlogic::AuthenticatesMany
Public Class Methods
included(klass)
click to toggle source
# File lib/authlogic/acts_as_authentic/validations_scope.rb, line 7 def self.included(klass) klass.class_eval do extend Config end end