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)) \
|
||||
.collect { |g| g.bind(relation) }
|
||||
end
|
||||
|
||||
def externalizable?
|
||||
true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -2,9 +2,5 @@ module Arel
|
|||
class Skip < Compound
|
||||
attributes :relation, :skipped
|
||||
deriving :initialize, :==
|
||||
|
||||
def externalizable?
|
||||
true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue