回答編集履歴

1

ちょっとわかり易くした

2016/08/13 07:52

投稿

realizerS
realizerS

スコア265

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ```ruby
10
10
 
11
- Model.where(column not equal to 0).group(...).func
11
+ Model.where(column not equal to 0).group(...).agg_func
12
12
 
13
13
  ```
14
14