Module: ParolkarInnovationLab::SocialNet::InstanceMethods
- Defined in:
- lib/pfeed/pfeed.rb
Overview
Required for temporarily injecting new methods
Instance Method Summary collapse
Instance Method Details
#all_in_its_class ⇒ Object
85 86 87 |
# File 'lib/pfeed/pfeed.rb', line 85 def all_in_its_class self.class.find :all end |
#itself ⇒ Object
82 83 84 |
# File 'lib/pfeed/pfeed.rb', line 82 def itself self end |
#pfeed_recent_item_timestamp ⇒ Object
89 90 91 92 93 |
# File 'lib/pfeed/pfeed.rb', line 89 def self.pfeed_deliveries.last.created_at rescue nil end |