-
-
Save kivanio/76999a2d883e2fc5f62d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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