Nested Routes in Rails3
Nested Routes in Rails3
In this article I am going explain nested resouces in rails . I hope you all familiar with REST in rails I am not going to discuss REST nature here.Here just consider we two resouces named as Projects and Tasks , here I am assuming that every task is related to certain Project and without project there is...