Module: PrawnReportActiveRecord

Defined in:
lib/active_record_helpers.rb

Instance Method Summary collapse

Instance Method Details

#pr_serialize(params = {}) ⇒ Object



211
212
213
214
215
# File 'lib/active_record_helpers.rb', line 211

def pr_serialize(params = {})
  a = ActiveRecordYAMLSerializer.new(self, params)
  a.serialize
  a
end