Hey all,
I have a model User. A new users can signup at ..../users/new I have a few lines of validations in my model. And if the registration attempt fails due to validations reasons, it displays page, but the css styles are not applied and it shows only the plain html.
Any suggestions? Thx