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
-
#pantry_attributes ⇒ Hash
Attributes to cache.
Class Method Details
.includers ⇒ Object
7 8 9 |
# File 'lib/pantry/stocked.rb', line 7 def self.includers @@includers end |
Instance Method Details
#pantry_attributes ⇒ Hash
Returns Attributes to cache.
508 509 510 |
# File 'lib/pantry/stocked.rb', line 508 def pantry_attributes attributes end |