Module: HashAuth::ClassMethods
- Defined in:
- lib/hash-auth.rb
Instance Method Summary collapse
Instance Method Details
#validates_auth_for(*methods, &block) ⇒ Object
16 17 18 19 |
# File 'lib/hash-auth.rb', line 16 def validates_auth_for(*methods, &block) self.send :include, Controllers::Helpers initialize_for_hash_auth methods end |