rails polymorphism problem:
I now have questions
, articles
, comments
three models, one question
corresponds to multiple comments
, and a article
corresponds to multiple comments
. Now how to submit comments
under question
?
my models
is as follows:
Routing Error
uninitialized constant CommentsController