Class: Uchi::Ui::Form::Footer

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/uchi/ui/form/footer.rb

Instance Method Summary collapse

Instance Method Details

#render?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'app/components/uchi/ui/form/footer.rb', line 9

def render?
  actions.any?
end