Sha256: 1bd63dcda2bae3b9073851ef339a52490586fd933a8ac5c907ea42ecb458c488

Contents?: true

Size: 217 Bytes

Versions: 237

Compression:

Stored size: 217 Bytes

Contents

module Account::RoleHelper
  def role_options_for(object)
    object.class.assignable_roles.map { |role| [role.id, t("#{object.class.to_s.pluralize.underscore}.fields.role_ids.options.#{role.key}.label")] }
  end
end

Version data entries

237 entries across 237 versions & 1 rubygems

Version Path
bullet_train-1.2.24 app/helpers/account/role_helper.rb
bullet_train-1.2.23 app/helpers/account/role_helper.rb
bullet_train-1.2.22 app/helpers/account/role_helper.rb
bullet_train-1.2.21 app/helpers/account/role_helper.rb
bullet_train-1.2.20 app/helpers/account/role_helper.rb
bullet_train-1.2.19 app/helpers/account/role_helper.rb
bullet_train-1.2.18 app/helpers/account/role_helper.rb
bullet_train-1.2.17 app/helpers/account/role_helper.rb
bullet_train-1.2.16 app/helpers/account/role_helper.rb
bullet_train-1.2.15 app/helpers/account/role_helper.rb
bullet_train-1.2.14 app/helpers/account/role_helper.rb
bullet_train-1.2.13 app/helpers/account/role_helper.rb
bullet_train-1.2.12 app/helpers/account/role_helper.rb
bullet_train-1.2.11 app/helpers/account/role_helper.rb
bullet_train-1.2.10 app/helpers/account/role_helper.rb
bullet_train-1.2.9 app/helpers/account/role_helper.rb
bullet_train-1.2.8 app/helpers/account/role_helper.rb
bullet_train-1.2.7 app/helpers/account/role_helper.rb
bullet_train-1.2.6 app/helpers/account/role_helper.rb
bullet_train-1.2.5 app/helpers/account/role_helper.rb