Things were working perfect with Mongoid & Mongoid_i18n until I accidentally deleted the Gemfile, and tried to recover. Now for some reason, when I call an action that invokes a method in that Model A (for instance), I immediately get error
wrong number of arguments (2 for 1)
the gem is installed, and if I remove the line
include Mongoid::I18n
from the top, it raises undefined method error. The weird thing is, if I invoke the exact same line from the console, it runs without any problems.
Any idea?
[UPDATE]: I noticed what might be the problem, but I'm not sure. I see in the env dump this
@details={:locale=>[:en, :en],
my guess is it's reading the two parameters when it expects one. Does it make any sense? Only when I try to print the values to the command line, I only get :en.