Class: Wco::Report

Inherits:
Object
  • Object
show all
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

#export, included

Instance Method Details

#nameObject



17
# File 'app/models/wco/report.rb', line 17

def name ; title ; end