build_where should be private

This commit is contained in:
Aaron Patterson
2010-09-30 14:35:36 -07:00
parent fb4ee9c7e5
commit 15419a5dc6

View File

@@ -196,6 +196,8 @@ module ActiveRecord
arel
end
private
def build_where(opts, other = [])
case opts
when String, Array
@@ -208,8 +210,6 @@ module ActiveRecord
end
end
private
def build_joins(relation, joins)
association_joins = []