Class: Magicka::Form

Inherits:
Aggregator show all
Defined in:
lib/magicka/form.rb

Overview

Class responsible for controlling one object form

Instance Attribute Summary

Attributes inherited from Aggregator

#model

Instance Method Summary collapse

Methods inherited from Aggregator

#equal?, #initialize, with_element, #with_model

Constructor Details

This class inherits a constructor from Magicka::Aggregator

Instance Method Details

#button(**args) ⇒ Object



9
10
11
# File 'lib/magicka/form.rb', line 9

def button(**args)
  Button.render(renderer: renderer, **args)
end