Commit 7cbbc440 authored by Rémy Coutable's avatar Rémy Coutable

Reduce diff with CE in SelectsHelper

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 0ae053a1
...@@ -70,6 +70,7 @@ module SelectsHelper ...@@ -70,6 +70,7 @@ module SelectsHelper
opts[:class] = klass_opts.join(' ') opts[:class] = klass_opts.join(' ')
value = opts[:selected] || '' value = opts[:selected] || ''
hidden_field_tag(id, value, opts) hidden_field_tag(id, value, opts)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment