Module: Chaltron::Controllers::Helpers::ClassMethods
- Defined in:
- lib/chaltron/controllers/helpers.rb
Instance Method Summary collapse
Instance Method Details
#default_log_category(cat) ⇒ Object
18 19 20 |
# File 'lib/chaltron/controllers/helpers.rb', line 18 def default_log_category(cat) @log_category = cat.to_s end |
#log_category ⇒ Object
14 15 16 |
# File 'lib/chaltron/controllers/helpers.rb', line 14 def log_category defined?(@log_category) ? @log_category : self.to_s.downcase end |