Skip to content
bbenezech edited this page Dec 26, 2011 · 3 revisions

Base section.

All sections inherits from this one. It's the section used

Example:

RailsAdmin.config do |config|
  config.model Team do
    configure :name do
      label "Team's name"
    end
  end
end
Clone this wiki locally