Method: Formular::Element.add_option_keys
- Defined in:
- lib/formular/element.rb
.add_option_keys(*keys) ⇒ Object
blacklist the keys that should NOT end up as html attributes
45 46 47 |
# File 'lib/formular/element.rb', line 45 def self.add_option_keys(*keys) self.option_keys += keys end |