I have two lib classes in my rails project. Both print out an error using the same syntax
I18n.t('.config_error')
One file it succeeds, the other file it fails with this error:
I18n::InvalidLocaleData: can not load translations from
/home/hellebusch/.rvm/gems/ruby-2.2.0/gems/activesupport-4.2.0/lib/active_support/locale/en.yml:
#<Errno::ENOENT: No such file or directory>
I cannot find the answer to this issue. Any insight would be great.