mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Removing two unused externalizable? methods
This commit is contained in:
parent
605973614a
commit
7fc820501c
2 changed files with 0 additions and 8 deletions
|
@ -8,9 +8,5 @@ module Arel
|
||||||
@groupings = (groupings + arguments_from_block(relation, &block)) \
|
@groupings = (groupings + arguments_from_block(relation, &block)) \
|
||||||
.collect { |g| g.bind(relation) }
|
.collect { |g| g.bind(relation) }
|
||||||
end
|
end
|
||||||
|
|
||||||
def externalizable?
|
|
||||||
true
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -2,9 +2,5 @@ module Arel
|
||||||
class Skip < Compound
|
class Skip < Compound
|
||||||
attributes :relation, :skipped
|
attributes :relation, :skipped
|
||||||
deriving :initialize, :==
|
deriving :initialize, :==
|
||||||
|
|
||||||
def externalizable?
|
|
||||||
true
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue