Class: Avo::ResourceSidebarComponent
- Inherits:
-
BaseComponent
- Object
- ViewComponent::Base
- BaseComponent
- Avo::ResourceSidebarComponent
- Defined in:
- app/components/avo/resource_sidebar_component.rb
Constant Summary
Constants included from Concerns::FindAssociationField
Concerns::FindAssociationField::ASSOCIATIONS
Instance Method Summary collapse
Methods inherited from BaseComponent
Methods included from Concerns::FindAssociationField
Instance Method Details
#render? ⇒ Boolean
11 12 13 |
# File 'app/components/avo/resource_sidebar_component.rb', line 11 def render? Avo.license.has_with_trial(:resource_sidebar) end |