forked from railsadminteam/rails_admin
-
Couldn't load subscription status.
- Fork 0
Base
bbenezech edited this page Dec 26, 2011
·
3 revisions
Base section.
All other sections inherits from it.
It's the section used in configuration when no section is specified (you can also explicitly use the base section name).
Example:
RailsAdmin.config do |config|
config.model Team do
configure :name do
label "Team's name"
end
end
end