Class: Tagcrumbs::Favorite

Inherits:
Tagcrumb
  • Object
show all
Defined in:
lib/tagcrumbs/resources/models/favorite.rb

Overview

If you set subscribe to true you will automatically subscribe to updates of this Placemark.

Class Method Summary collapse

Class Method Details

.find(args = {}) ⇒ Object

Find favorites and pass in additional filter options. The options are documented in Tagcrumb.



18
19
20
# File 'lib/tagcrumbs/resources/models/favorite.rb', line 18

def self.find(args={})
  super(args.merge(:tagcrumb_type => :favorite))
end