fix dumb bug
This commit is contained in:
parent
53074502b1
commit
042fcc9976
|
@ -18,7 +18,7 @@ class CocoonInput
|
|||
template.link_to_add_association template.t('.add'), builder, method, input_html_options
|
||||
end
|
||||
|
||||
data = wraper_html_options.merge(:class => 'input cocoon')
|
||||
data = wrapper_html_options.merge(:class => 'input cocoon')
|
||||
if options[:ordered_by]
|
||||
data['data-ordered_by'] = options[:ordered_by]
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue