Remove unused session model
This commit is contained in:
parent
98184dfb9c
commit
1c46fb5891
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
class Session < ActiveRecord::Base
|
||||
def [](key)
|
||||
@data = Marshal.load(Base64.decode64(self.data)) unless @data
|
||||
|
||||
return @data[key]
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue