We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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