Module: Pantry::Stocked

Extended by:
ActiveSupport::Concern
Defined in:
lib/pantry/stocked.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

@@includers =
[]

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.includersObject



7
8
9
# File 'lib/pantry/stocked.rb', line 7

def self.includers
  @@includers
end

Instance Method Details

#pantry_attributesHash

Returns Attributes to cache.

Returns:

  • (Hash)

    Attributes to cache.



508
509
510
# File 'lib/pantry/stocked.rb', line 508

def pantry_attributes
  attributes
end