Class: Phlexi::Form::Components::Hint
- Defined in:
- lib/phlexi/form/components/hint.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/hint.rb', line 7 def view_template p(**attributes) do field.hint end end |