Method: Formstrap::InputGroupView#options
- Defined in:
- app/models/formstrap/input_group_view.rb
#options ⇒ Object
3 4 5 6 7 |
# File 'app/models/formstrap/input_group_view.rb', line 3 def keys = attributes - i[bypass append prepend] = to_h.slice(*keys) .deep_merge() end |