Class: ActionAdmin::TagListInput

Inherits:
SelectListInput
  • Object
show all
Defined in:
app/inputs/action_admin/tag_list_input.rb

Instance Method Summary collapse

Instance Method Details

#input(wrapper_options) ⇒ Object



3
4
5
6
7
8
# File 'app/inputs/action_admin/tag_list_input.rb', line 3

def input(wrapper_options)
  input_html_options[:data] ||= {}
  input_html_options[:data].merge!({ tags: true })

  super
end