Posts Tagged reserved

Reserved Words!

First thought:

Have a look at the Rails reserved words: Rails Reserved Words

On the page there is reserved words and some that can cause problems. I had a nasty waste of time trying to use resource_controller to create a Template resource. Template is not a reserved word, but you can’t have a Create action for a template controller…

, , ,

No Comments