Sha256: 8bcf4593696c236cf04859fc5155454bb807335a6a8d1098d9a9e66bcc0f70b2
Contents?: true
Size: 632 Bytes
Versions: 20
Compression:
Stored size: 632 Bytes
Contents
puts "Role Concern from ThecoreUiRailsAdmin" require 'active_support/concern' module ThecoreUiRailsAdminRoleConcern 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") field :name field :permissions list do field :created_at field :updated_at end show do exclude_fields :id end end end end
Version data entries
20 entries across 20 versions & 1 rubygems