Module: Blueprinter::BaseHelpers Private
- Included in:
- Base
- Defined in:
- lib/blueprinter/helpers/base_helpers.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Modules: SingletonMethods
Class Method Summary collapse
- .included(base) ⇒ Object private
Class Method Details
.included(base) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
8 9 10 |
# File 'lib/blueprinter/helpers/base_helpers.rb', line 8 def self.included(base) base.extend(SingletonMethods) end |