Ticket #432: datamapper_session_creation_patch.diff
| File datamapper_session_creation_patch.diff, 0.5 kB (added by mkoukoull..@gmail.com, 9 months ago) |
|---|
-
lib/merb/session/data_mapper_session.rb
old new 22 22 class DataMapperSession < DataMapper::Base 23 23 24 24 set_table_name "sessions" 25 property :session_id, : text, :lazy => false, :key => true25 property :session_id, :string, :key => true 26 26 property :data, :text, :lazy => false 27 27 28 28 attr_accessor :needs_new_cookie
