Ups! Maybe the requirements changed or maybe, just like me, you only later learned what precision means when defining decimal type for a mysql column. …
Programming
Using devise with multiple models
Different devise models can be a good idea if they have very little or none in common. Extending and overriding is simple but respect basic …