Skip to content

Commit

Permalink
allow_table_name is no longer a parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjchambers committed Nov 8, 2018
1 parent a67e2fd commit acd5881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grouped_scope/arish/relation/predicate_builer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def build_from_hash_with_grouped_scope(engine, attributes, default_table, allow_
column, value = column_value
attributes[column] = value.arel_table[column.to_s].in(value.ids_sql)
end
build_from_hash_without_grouped_scope(engine, attributes, default_table, allow_table_name)
build_from_hash_without_grouped_scope(engine, attributes, default_table)
end

end
Expand Down

0 comments on commit acd5881

Please sign in to comment.