Module: Tr8n::ActiveDumper::InstanceMethods
- Defined in:
- lib/tr8n/active_dumper.rb
Instance Method Summary collapse
Instance Method Details
#_dump(ignored) ⇒ Object
32 33 34 35 |
# File 'lib/tr8n/active_dumper.rb', line 32 def _dump(ignored) data = {:attributes => @attributes, :new_record => @new_record} Marshal.dump(data) end |