diff options
author | Yaroslav Markin <yaroslav@markin.net> | 2008-12-27 13:27:54 +0300 |
---|---|---|
committer | Yaroslav Markin <yaroslav@markin.net> | 2008-12-27 13:27:54 +0300 |
commit | fa0502494ea4be27f6e1b03ba66b856add231f81 (patch) | |
tree | 140e3f43bc203022a54650c2c0f0a0ebfb4bcdb6 /activerecord | |
parent | dce642f22ab5788d25dcbca4e81d7faa8de73da8 (diff) | |
download | rails-fa0502494ea4be27f6e1b03ba66b856add231f81.tar.gz rails-fa0502494ea4be27f6e1b03ba66b856add231f81.tar.bz2 rails-fa0502494ea4be27f6e1b03ba66b856add231f81.zip |
It is better to have this commented out to let locale-checking scripts perform better (rails-i18n)
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/locale/en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/locale/en.yml b/activerecord/lib/active_record/locale/en.yml index 7e205435f7..bf8a71d236 100644 --- a/activerecord/lib/active_record/locale/en.yml +++ b/activerecord/lib/active_record/locale/en.yml @@ -37,7 +37,7 @@ en: # blank: "This is a custom blank message for User login" # Will define custom blank validation message for User model and # custom blank validation message for login attribute of User model. - models: + #models: # Translate model names. Used in Model.human_name(). #models: |