I have a namespace admin and Admin :: UserController. When I try to use a layout called admin with a character, the rails throw an exception, but if I call layout admin as a string, sucessfull works.
Exception Message:
You specified zero as a layout, but no such method was found
I just want to know why this is happening ...
thanks.
source share