Skip to content

Commit

Permalink
Let it work on the newest AP master
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Feb 22, 2013
1 parent 8bb02a7 commit a0613a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/html5_validators/action_view/form_helpers.rb
Expand Up @@ -59,7 +59,7 @@ def render_with_html5_attributes
kls.class_eval do kls.class_eval do
def render_with_html5_attributes def render_with_html5_attributes
inject_required_field inject_required_field
render_without_html5_attributes options render_without_html5_attributes
end end
alias_method_chain :render, :html5_attributes alias_method_chain :render, :html5_attributes
end end
Expand Down

0 comments on commit a0613a1

Please sign in to comment.