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.0.39 app/helpers/account/role_helper.rb
bullet_train-1.0.38 app/helpers/account/role_helper.rb
bullet_train-1.0.37 app/helpers/account/role_helper.rb
bullet_train-1.0.36 app/helpers/account/role_helper.rb
bullet_train-1.0.35 app/helpers/account/role_helper.rb
bullet_train-1.0.34 app/helpers/account/role_helper.rb
bullet_train-1.0.33 app/helpers/account/role_helper.rb
bullet_train-1.0.32 app/helpers/account/role_helper.rb
bullet_train-1.0.31 app/helpers/account/role_helper.rb
bullet_train-1.0.30 app/helpers/account/role_helper.rb
bullet_train-1.0.29 app/helpers/account/role_helper.rb
bullet_train-1.0.28 app/helpers/account/role_helper.rb
bullet_train-1.0.27 app/helpers/account/role_helper.rb
bullet_train-1.0.26 app/helpers/account/role_helper.rb
bullet_train-1.0.25 app/helpers/account/role_helper.rb
bullet_train-1.0.24 app/helpers/account/role_helper.rb
bullet_train-1.0.23 app/helpers/account/role_helper.rb
bullet_train-1.0.22 app/helpers/account/role_helper.rb
bullet_train-1.0.21 app/helpers/account/role_helper.rb
bullet_train-1.0.20 app/helpers/account/role_helper.rb