Skip to content

Instantly share code, notes, and snippets.

@hurrycane
Forked from sferik/config.rb
Created October 21, 2010 08:50
Show Gist options
  • Save hurrycane/638153 to your computer and use it in GitHub Desktop.
Save hurrycane/638153 to your computer and use it in GitHub Desktop.
RailsAdmin.config User do
label "Users" # @model.pretty_name
list do
before do
puts "Called before list"
end
fields :name, :description # All columns
filters :publication_date, :retired # All booleans
end
search_fields :name, :description # All string type columns
edit_fields :name, :description # All
excluded_actions :delete, :list # None
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment