Method: ActiveAdmin::Views::SidebarSection#attributes_table
- Defined in:
- lib/active_admin/views/components/sidebar_section.rb
#attributes_table(*args, &block) ⇒ Object
Renders attributes_table_for current resource
18 19 20 |
# File 'lib/active_admin/views/components/sidebar_section.rb', line 18 def attributes_table(*args, &block) attributes_table_for resource, *args, &block end |