On May 23, 2014, at 7:04 AM, Ronald Fischer <[email protected]> wrote:
> into routes.rb, because - for the time being - I don't need yet the full > set of CRUD capabilities on a Dict, so I thought I'll just start with > the minimum needed, and extend over the time as necessary. If you think > that this is an unwise decision, please let me know. Starting with the minimum you need now and building up is a good idea. BUT you can go ahead and put the resource in the routes if you want. The result of this is that an attempt to access an unimplemented action will simply give you a different error message. (Or you can go ahead and stub in a simple action that just renders a better error.) -- Scott Ribe [email protected] http://www.elevated-dev.com/ (303) 722-0567 voice -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/78DCE2F6-EB6D-41F2-9BFE-9C051F694256%40elevated-dev.com. For more options, visit https://groups.google.com/d/optout.

