카테고리 없음

[ruby on rails] counter cache 걸고 create, delete가 아닌 update햇을때 변경방법

벤야민 2012. 1. 31. 06:33
http://stackoverflow.com/questions/5758339/how-to-update-counter-cache-when-updating-a-model

모델명.increment_counter 
( 컬럼명, 모델객체 )

요런식으로