mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
DEV: Clean up freedom patches
This patch removes some of our freedom patches that have been deprecated for some time now. Some of them have been updated so we’re not shipping code based on an old version of Rails.
This commit is contained in:

committed by
Loïc Guitaut

parent
bf3260faea
commit
357011eb3b
@ -51,7 +51,6 @@ class ActiveRecord::Relation
|
||||
relation = apply_join_dependency
|
||||
relation.pluck(*column_names)
|
||||
else
|
||||
enforce_raw_sql_whitelist(column_names)
|
||||
relation = spawn
|
||||
|
||||
relation.select_values = column_names
|
||||
|
Reference in New Issue
Block a user