We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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