You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boris Staal edited this page Jan 27, 2014
·
2 revisions
Protector and Globalize
Globalize has some internal issues when used in conjuction with Protector due to the way it creates instances of localization sub-model. Basically you won't be able to save any restricted model – validations will always fail.
Use Protector::Globalize to make things work. Simply add the following to your Gemfile: gem 'protector-globalize'