Skip to content

Commit

Permalink
Merge pull request #25533 from infertux/fix_typo
Browse files Browse the repository at this point in the history
Fix typo in exception class name
  • Loading branch information
kaspth committed Jun 26, 2016
1 parent 77658d2 commit 49ef419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/lib/action_view/helpers/tags/datetime_field.rb
Expand Up @@ -14,7 +14,7 @@ def render
private

def format_date(value)
raise NoImplementedError
raise NotImplementedError
end

def datetime_value(value)
Expand Down

0 comments on commit 49ef419

Please sign in to comment.