Skip to content

Instantly share code, notes, and snippets.

@kivanio
Forked from gregbell/products.rb
Last active August 29, 2015 14:16
Show Gist options
  • Save kivanio/76999a2d883e2fc5f62d to your computer and use it in GitHub Desktop.
Save kivanio/76999a2d883e2fc5f62d to your computer and use it in GitHub Desktop.
ActiveAdmin.register Product do
# Will show the default main content...
show do
# Do stuff before
default_main_content
# Do stuff after
end
# ... Or if you want to customize further
show do
attributes_table *default_attribute_table_rows
active_admin_comments
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment