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

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.



5
6
7
# File 'lib/blueprinter/helpers/base_helpers.rb', line 5

def self.included(base)
  base.extend(SingletonMethods)
end