Module: StatusRenderingVerbosity

Defined in:
app/models/status_rendering_verbosity.rb

Defined Under Namespace

Modules: Silent, Standard, Verbose

Class Method Summary collapse

Class Method Details

.currentObject



6
7
8
# File 'app/models/status_rendering_verbosity.rb', line 6

def self.current
  @current ||=  "StatusRenderingVerbosity::#{Rails.configuration.status_rendering_verbosity.capitalize}".constantize
end