2009/6/29 Petan Cert
<rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>:>
> 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.
>
Have a look at the source of the page (view page source in firefox) to
check css directives are present and check styles in firebug.
Colin