Sha256: 0c3e77582dcc7a2e531ec94627c7f45d607dbb4388e0944b878bbd7fe5f2d73d
Contents?: true
Size: 431 Bytes
Versions: 15
Compression:
Stored size: 431 Bytes
Contents
puts "Role Concern from ThecoreUiRailsAdmin" require 'active_support/concern' module ThecoreUiRailsAdminRoleUserConcern extend ActiveSupport::Concern included do rails_admin do navigation_label I18n.t("admin.settings.label") navigation_icon 'fas fa-users' desc I18n.t("activerecord.descriptions.role") visible false end end end
Version data entries
15 entries across 15 versions & 1 rubygems