Class: Phlexi::Form::Components::FullError
- Defined in:
- lib/phlexi/form/components/full_error.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Phlexi::Form::Components::Base
Instance Method Details
#view_template ⇒ Object
7 8 9 10 11 |
# File 'lib/phlexi/form/components/full_error.rb', line 7 def view_template p(**attributes) do field.full_error end end |