Method: Formstrap::InputGroupView#options

Defined in:
app/models/formstrap/input_group_view.rb

#optionsObject



3
4
5
6
7
# File 'app/models/formstrap/input_group_view.rb', line 3

def options
  keys = attributes - i[bypass append prepend]
  options = to_h.slice(*keys)
  default_options.deep_merge(options)
end