jcasimir / locale_setter

A simple library to set request locale based on a hierarchy of factors
MIT License
118 stars 18 forks source link

set_locale not found #13

Open pablorodriguez opened 10 years ago

pablorodriguez commented 10 years ago

I have a Rails app 3.2.13

I start the app and I18n works perfect, then I change any yml file with some new translation and I get undefined local variable or method `set_locale' for <HomeController:0x000000075a9d38

It is looking for set_locale method in the controller, I dont have it and never add it.,..I thin the gem add that... but for some reason after I change yml file with translation the error is throw... any idea what could be wrong ?

Thanks