lib/highrise/company.rb in highrise-1.0.4 vs lib/highrise/company.rb in highrise-1.2.0
- old
+ new
@@ -8,7 +8,11 @@
end
def people
Person.find(:all, :from => "/companies/#{id}/people.xml")
end
+
+ def label
+ 'Party'
+ end
end
end
\ No newline at end of file