module ParolkarInnovationLab::SocialNet::InstanceMethods

Public Instance Methods

all_in_its_class() click to toggle source
# File lib/pfeed/pfeed.rb, line 85
def all_in_its_class
  self.class.find :all
end
itself() click to toggle source
# File lib/pfeed/pfeed.rb, line 82
def itself
  self
end
pfeed_recent_item_timestamp() click to toggle source
# File lib/pfeed/pfeed.rb, line 89
def pfeed_recent_item_timestamp  
  self.pfeed_deliveries.last.created_at
rescue
  nil
end