Class: Protoform::Rails::Components::Component
- Inherits:
-
Protoform::Rails::Component
- Object
- Protoform::Rails::Components::Component
- Defined in:
- lib/protoform/rails/components/component.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#dom ⇒ Object
11 12 13 |
# File 'lib/protoform/rails/components/component.rb', line 11 def dom field.dom end |
#title ⇒ Object
15 16 17 |
# File 'lib/protoform/rails/components/component.rb', line 15 def title field.key.to_s.titleize end |