Module: DecoratorDryer::Shortcuts
- Includes:
- Formatters
- Defined in:
- lib/decorator_dryer/shortcuts.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Methods included from Formatters
#format_date, #format_datetime, #format_precision_number, #format_time, #to_name
Class Method Details
.included(klass) ⇒ Object
7 8 9 |
# File 'lib/decorator_dryer/shortcuts.rb', line 7 def self.included(klass) klass.extend(ClassMethods) end |