Method: VkontakteAuthentication::Session.included
- Defined in:
- lib/vkontakte/session.rb
.included(klass) ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/vkontakte/session.rb', line 3 def self.included(klass) klass.class_eval do include InstanceMethods validate :validate_by_vk_cookie, :if => :authenticating_with_vkontakte? before_destroy :destroy_vkontakte_cookies end end |