mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
build_where should be private
This commit is contained in:
@@ -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 = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user