lib/highrise/company.rb in highrise-3.0.0 vs lib/highrise/company.rb in highrise-3.0.1
- old
+ new
@@ -2,13 +2,9 @@
class Company < Subject
include Pagination
include Taggable
include Searchable
- def self.find_all_across_pages_since(time)
- find_all_across_pages(:params => { :since => time.utc.strftime("%Y%m%d%H%M%S") })
- end
-
def people
Person.find_all_across_pages(:from => "/companies/#{id}/people.xml")
end
def label
\ No newline at end of file