Well, I didn't know how to title this. This was my best guess. Here's my problem:
I'm having Issues
and Reviews
controllers. Both of them should have a Comments
controller nested.
Do I have to generate two separate scaffolds like icomment
for the Issues
and rcomment
for the Reviews
or is there a way to use the resource simultaneously for both?
These two controllers are already nested, so i guess it would get pretty messy to maintain this. What would be the best approach for this?