Update to rails-i18n 0.5.2 and remove monkey patch
This commit is contained in:
parent
d0980087d1
commit
a48f2ac856
3 changed files with 4 additions and 16 deletions
|
@ -1,17 +1,5 @@
|
|||
module I18n
|
||||
module Backend
|
||||
class Simple
|
||||
def init_translations_with_mn_cleanup
|
||||
init_translations_without_mn_cleanup
|
||||
|
||||
translations[:mn][:errors][:template].delete(:body)
|
||||
translations[:mn][:activemodel][:errors][:template].delete(:body)
|
||||
translations[:mn][:activerecord][:errors][:template].delete(:body)
|
||||
end
|
||||
|
||||
alias_method_chain :init_translations, :mn_cleanup
|
||||
end
|
||||
|
||||
module Fallbacks
|
||||
def find_first_string_or_lambda_default(defaults)
|
||||
defaults.each_with_index { |default, ix| return ix if default && !default.is_a?(Symbol) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue