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
80 81 82 |
# File 'lib/houston/boot/extensions/dsl.rb', line 80 def label @label end |
Instance Method Details
#id ⇒ Object
83 84 85 |
# File 'lib/houston/boot/extensions/dsl.rb', line 83 def id "__props_#{label.tr(" ", "_").underscore}" end |