lib/whatser/resources/poi.rb in whatser-0.3.2 vs lib/whatser/resources/poi.rb in whatser-0.4.0
- old
+ new
@@ -60,9 +60,13 @@
def activity(opts)
Whatser::ActivityFeed.set(self.class.client).spot( self.id, opts )
end
+ def comments(opts={})
+ Whatser::Comment.set(self.class.client).poi(id, opts)
+ end
+
def foursquare_connected?
!foursquare_id.blank?
end
def gowalla_connected?
\ No newline at end of file