Module: Seymour::Distributable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/seymour/distributable.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#distribute ⇒ Object
instance methods.
- #feeds ⇒ Object
- #remove ⇒ Object
Instance Method Details
#distribute ⇒ Object
instance methods
84 85 86 |
# File 'lib/seymour/distributable.rb', line 84 def distribute self.class.distribute(self) end |
#feeds ⇒ Object
92 93 94 |
# File 'lib/seymour/distributable.rb', line 92 def feeds self.class.feeds_for(self) end |
#remove ⇒ Object
88 89 90 |
# File 'lib/seymour/distributable.rb', line 88 def remove self.class.remove(self) end |