Method: Editor::Component.add_styles
- Defined in:
- app/components/lookbook/params/editor/component.rb
.add_styles(input, styles) ⇒ Object
25 26 27 |
# File 'app/components/lookbook/params/editor/component.rb', line 25 def self.add_styles(input, styles) @@input_styles[input] ||= styles end |