Remove math module from count

Not required after https://github.com/rails/arel/pull/449
This commit is contained in:
Nikolai B 2018-04-25 17:14:07 +01:00
parent c81a7fcf76
commit e4df08fadb
No known key found for this signature in database
GPG Key ID: 4B3761604E058FC5
1 changed files with 0 additions and 2 deletions

View File

@ -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