Class: Wco::Report
- Inherits:
-
Object
- Object
- Wco::Report
- Includes:
- Mongoid::Document, Mongoid::Paranoia, Mongoid::Timestamps, Utils
- Defined in:
- app/models/wco/report.rb
Overview
@report.body.split(“nn”).map { |ttt| “<p>#ttt</p>” }.join
Constant Summary collapse
- PAGE_PARAM_NAME =
'reports_page'
Instance Method Summary collapse
Methods included from Utils
Instance Method Details
#name ⇒ Object
17 |
# File 'app/models/wco/report.rb', line 17 def name ; title ; end |