can i call model from other views in rails?

Posted by siulamvictor on Stack Overflow See other posts from Stack Overflow or by siulamvictor
Published on 2010-05-19T05:41:21Z Indexed on 2010/05/19 5:50 UTC
Read the original article Hit count: 201

Filed under:
|
|

Say I have a model called Book. I have a controller named books and related views for this model. Is it possible if I have another controller work with the model Book?

Thanks all. :)

© Stack Overflow or respective owner

Related posts about model

Related posts about mvc