Module: TrickSerial::Serializer::CgiSession::SessionStoreDataHook::ModuleMethods

Defined in:
lib/trick_serial/serializer/cgi_session.rb

Instance Method Summary collapse

Instance Method Details

#included(target) ⇒ Object



147
148
149
150
151
152
153
154
155
156
157
# File 'lib/trick_serial/serializer/cgi_session.rb', line 147

def included target
  super
=begin
  target.class_eval do 
    alias :restore_without_trick_serial_serializer :restore
    alias :restore :restore_with_trick_serial_serializer
    alias :update_without_trick_serial_serializer :update
    alias :update :update_with_trick_serial_serializer
  end
=end
end