1
0
Fork 0
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:
Bryan Helmkamp 2009-05-17 16:49:15 -04:00
parent 605973614a
commit 7fc820501c
2 changed files with 0 additions and 8 deletions

View file

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

View file

@ -2,9 +2,5 @@ module Arel
class Skip < Compound
attributes :relation, :skipped
deriving :initialize, :==
def externalizable?
true
end
end
end