Class: Avo::BaseComponent

Inherits:
ViewComponent::Base
  • Object
show all
Includes:
Turbo::FramesHelper
Defined in:
app/components/avo/base_component.rb

Instance Method Summary collapse

Instance Method Details

#has_with_trial(ability) ⇒ Object



6
7
8
# File 'app/components/avo/base_component.rb', line 6

def has_with_trial(ability)
  Avo.license.has_with_trial(ability)
end