5 ms·
This is definitely a first step. The thing is that with 'attr_accessible' a lot of interaction with your models gets harder (think testing or working from the c
by eval 15y ago
This is definitely a first step.
The thing is that with 'attr_accessible' a lot of interaction with your models gets harder (think testing or working from the console).
I tried fixing this with introducing roles that have access to all attributes. Source at https://github.com/eval/sudo_attr_accessibility https://github.com/eval/sudo_attr_accessibility