Fork me on GitHub

Use model association

19 Jul 2010

Wen-Tien Chang

Use model association to avoid assigning reference in controller. Read More

Tags 


Move finder to named_scope

14 Jul 2010

Wen-Tien Chang

Complex finders in controller make application hard to maintain. Move them into the model as named_scope can make the controller simple and the complex find logics are all in models. Read More

Tags