Class: Houston::Extensions::HasForm::Field
- Inherits:
-
Struct
- Object
- Struct
- Houston::Extensions::HasForm::Field
- Defined in:
- lib/houston/boot/extensions/dsl.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
Instance Method Summary collapse
Methods included from Permitted
Methods included from Render
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
81 82 83 |
# File 'lib/houston/boot/extensions/dsl.rb', line 81 def label @label end |
Instance Method Details
#id ⇒ Object
84 85 86 |
# File 'lib/houston/boot/extensions/dsl.rb', line 84 def id "__props_#{label.tr(" ", "_").underscore}" end |