Class: AbstractOrganization

Inherits:
Podio::Organization
  • Object
show all
Defined in:
app/models/abstract_organization.rb

Class Method Summary collapse

Class Method Details

.get_list_of_organizationsObject

To change this template use File | Settings | File Templates.



4
5
6
7
8
9
10
# File 'app/models/abstract_organization.rb', line 4

def self.get_list_of_organizations
  begin
    self.find_all
  rescue
    []
  end
end