Method: Editor::Component#initialize
- Defined in:
- app/components/lookbook/params/editor/component.rb
#initialize(**html_attrs) ⇒ Component
Returns a new instance of Component.
9 10 11 12 13 |
# File 'app/components/lookbook/params/editor/component.rb', line 9 def initialize(**html_attrs) @field_count = -1 @@input_styles = {} super end |