Skip to content

Commit

Permalink
spinner options on forms weren't making it through to the spinner due…
Browse files Browse the repository at this point in the history
… to an underscore/dash discrepancy.
  • Loading branch information
bryanlarsen committed Aug 1, 2012
1 parent 7401447 commit ac11636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hobo_rapid/app/helpers/hobo_rapid_helper.rb
Expand Up @@ -190,7 +190,7 @@ def form_helper(attributes, parameters)
end

Dryml.last_if = true
[body, html_attrs, ajax_attrs, form_attrs]
[body, html_attrs, deunderscore_attributes(ajax_attrs), form_attrs]
end
end

Expand Down

0 comments on commit ac11636

Please sign in to comment.