Sha256: 1bd63dcda2bae3b9073851ef339a52490586fd933a8ac5c907ea42ecb458c488

Contents?: true

Size: 217 Bytes

Versions: 234

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

234 entries across 234 versions & 1 rubygems

Version Path
bullet_train-1.2.1 app/helpers/account/role_helper.rb
bullet_train-1.2.0 app/helpers/account/role_helper.rb
bullet_train-1.1.10 app/helpers/account/role_helper.rb
bullet_train-1.1.9 app/helpers/account/role_helper.rb
bullet_train-1.1.7 app/helpers/account/role_helper.rb
bullet_train-1.1.6 app/helpers/account/role_helper.rb
bullet_train-1.1.5 app/helpers/account/role_helper.rb
bullet_train-1.1.4 app/helpers/account/role_helper.rb
bullet_train-1.1.3 app/helpers/account/role_helper.rb
bullet_train-1.1.2 app/helpers/account/role_helper.rb
bullet_train-1.1.1 app/helpers/account/role_helper.rb
bullet_train-1.1.0 app/helpers/account/role_helper.rb
bullet_train-1.0.99 app/helpers/account/role_helper.rb
bullet_train-1.0.98 app/helpers/account/role_helper.rb
bullet_train-1.0.97 app/helpers/account/role_helper.rb
bullet_train-1.0.96 app/helpers/account/role_helper.rb
bullet_train-1.0.95 app/helpers/account/role_helper.rb
bullet_train-1.0.93 app/helpers/account/role_helper.rb
bullet_train-1.0.92 app/helpers/account/role_helper.rb
bullet_train-1.0.90 app/helpers/account/role_helper.rb