Module: OrganizationListHelper

Defined in:
app/helpers/organization_list_helper.rb

Instance Method Summary collapse

Instance Method Details

#organizations_for(user) ⇒ Object



2
3
4
# File 'app/helpers/organization_list_helper.rb', line 2

def organizations_for(user)
  (user.accessible_organizations + [Organization.central]).uniq.compact
end