Module: ReportBuilder

Defined in:
lib/report_builder.rb

Defined Under Namespace

Classes: Base

Class Method Summary collapse

Class Method Details

.constantize(keyword) ⇒ Object



2
3
4
# File 'lib/report_builder.rb', line 2

def self.constantize(keyword)
  "#{keyword.camelize}Report".constantize rescue false
end