podio / podio-rb

The official Ruby wrapper for the Podio API used and maintained by the Podio team
https://podio.com
MIT License
66 stars 53 forks source link

added Podio::FileAttachment.get_all #19

Closed pjmuller closed 10 years ago

pjmuller commented 10 years ago

Extra method for getting all files. At your service Andreas ;)

haugstrup commented 10 years ago

We use Rails-style method names for podio-rb. Can you rename the method to find_all ?

pjmuller commented 10 years ago

My bad, copied the PHP lib a bit too quickly. Now it is following the rails convention. Will remember it for the future.

haugstrup commented 10 years ago

Thanks!