Ruby on Rails Saturday, February 1, 2014

I used "rails generate scaffold ..." to build my model, views and controllers. However for this particular MVC I don't want to have a show template. So, I removed the show method from the controller. But, show still appears. Why is this. Does ApplicationController have a show method? Is the only means to do this by deleting the show template? thanks

--
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 rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/2effffc1-4c69-4708-be57-c75111895445%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment