Module: EntityCache::Controls::Store::External::NotImplemented
- Defined in:
- lib/entity_cache/controls/store/external/not_implemented.rb
Defined Under Namespace
Classes: Example
Class Method Summary collapse
Class Method Details
.example ⇒ Object
6 7 8 9 10 |
# File 'lib/entity_cache/controls/store/external/not_implemented.rb', line 6 def self.example subject = Subject.example Example.new(subject) end |