lib/highrise/company.rb in highrise-3.2.1 vs lib/highrise/company.rb in highrise-3.2.3

- old
+ new

@@ -1,9 +1,10 @@ module Highrise class Company < Subject include Pagination include Taggable include Searchable + include CustomFields def people Person.find_all_across_pages(:from => "/companies/#{id}/people.xml") end \ No newline at end of file