Class: AdminCore::ResourcePage::Show
- Defined in:
- lib/admin_core/resource_page/show.rb
Instance Method Summary collapse
-
#to_hash ⇒ Object
Implementation for ResourcePage$Show type.
Methods inherited from Base
Constructor Details
This class inherits a constructor from AdminCore::ResourcePage::Base
Instance Method Details
#to_hash ⇒ Object
Implementation for ResourcePage$Show type.
8 9 10 11 12 |
# File 'lib/admin_core/resource_page/show.rb', line 8 def to_hash { resource: resource_manager.convert_for_show_page(resource) } end |