After coding the app in English, I updated the language file (pt-BR.yml), the 'config/application.rb' (setting the default to pt-BR), and the 'inflections.rb'in order to have the error messages in my local language.
However, Rails now does not find my model because its logic does not pluralize in English anymore.
Is there a way to prevent Rails to use the local default language in models and controllers? Or is there a better coding practice for it? Thanks.