We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89af143 commit 02bb82dCopy full SHA for 02bb82d
lib/helpers/recurring_select_helper.rb
@@ -65,7 +65,7 @@ def ice_cube_rule_to_option(supplied_rule, custom = false)
65
ar = [rule.to_s, rule.to_hash.to_json]
66
67
if custom
68
- ar[0] << "*"
+ ar[0] += "*"
69
ar << {"data-custom" => true}
70
end
71
0 commit comments