Created
November 18, 2014 21:06
-
-
Save shamil614/9e72f713c3a0319d3888 to your computer and use it in GitHub Desktop.
Demo how to use localize ActiveRecord errors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
en: | |
helpers: | |
submit: | |
offer: | |
create: "Make Offer" | |
bid: | |
create: "Place Bid" | |
activerecord: | |
errors: | |
models: | |
bid: | |
attributes: | |
amount: | |
not_high_enough: "must be more than previous bids" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment