Method: Formstrap::LabelView#options
- Defined in:
- app/models/formstrap/label_view.rb
#options ⇒ Object
7 8 9 10 11 |
# File 'app/models/formstrap/label_view.rb', line 7 def keys = attributes - %i[attribute form text] = to_h.slice(*keys) .deep_merge() end |