Module: SnitchReporting

Defined in:
lib/snitch_reporting.rb,
lib/snitch_reporting/engine.rb,
lib/snitch_reporting/version.rb,
app/controllers/snitch_reporting/application_controller.rb,
lib/generators/snitch_reporting/install/install_generator.rb

Defined Under Namespace

Modules: Generators, ParamsHelper, SnitchReportHelper Classes: ApplicationController, Engine, Rack, SnitchComment, SnitchHistory, SnitchOccurrence, SnitchReport, SnitchReportsController, SnitchTracker

Constant Summary collapse

VERSION =
'1.2.5'

Class Method Summary collapse

Class Method Details

.report(log_level, *args) ⇒ Object



7
8
9
# File 'lib/snitch_reporting.rb', line 7

def self.report(log_level, *args)
  ::SnitchReporting::SnitchReport.report(log_level, args)
end