mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #32725 from nikolai-b/rm_count_math_mixin
Remove math module from count
This commit is contained in:
commit
2929d165c2
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
|||
module Arel # :nodoc: all
|
||||
module Nodes
|
||||
class Count < Arel::Nodes::Function
|
||||
include Math
|
||||
|
||||
def initialize(expr, distinct = false, aliaz = nil)
|
||||
super(expr, aliaz)
|
||||
@distinct = distinct
|
||||
|
|
Loading…
Reference in a new issue