Module: Locomotive::AccountsHelper
- Defined in:
- app/helpers/locomotive/accounts_helper.rb
Instance Method Summary collapse
Instance Method Details
#options_for_account ⇒ Object
4 5 6 |
# File 'app/helpers/locomotive/accounts_helper.rb', line 4 def current_site.accounts.collect { |a| ["#{a.name} <#{a.email}>", a.id.to_s] } end |