Sha256: b36b47eb86e58f3033001fbb7f86309eabcdf777cf837180ea3b54c869f45250
Contents?: true
Size: 259 Bytes
Versions: 1
Compression:
Stored size: 259 Bytes
Contents
module Highrise class Company < Subject include Pagination include Taggable include Searchable def people Person.find_all_across_pages(:from => "/companies/#{id}/people.xml") end def label 'Party' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
peterosullivan-highrise-3.0.7 | lib/highrise/company.rb |