Method: Metior::Report.template_path
- Defined in:
- lib/metior/report.rb
.template_path ⇒ String
Returns the file system path this report's templates reside in
65 66 67 |
# File 'lib/metior/report.rb', line 65 def self.template_path File.join path, 'templates' end |