From e804d07a92498b3c3565c4178d0ac591c5934cd2 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 13 Feb 2014 14:12:29 -0800 Subject: [PATCH] :scissors: whitespace --- activerecord/lib/active_record/associations/association_scope.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/activerecord/lib/active_record/associations/association_scope.rb b/activerecord/lib/active_record/associations/association_scope.rb index b7aaae15c7..dcd2cbcbd5 100644 --- a/activerecord/lib/active_record/associations/association_scope.rb +++ b/activerecord/lib/active_record/associations/association_scope.rb @@ -32,7 +32,6 @@ def construct_tables end end - def table_alias_for(reflection, join = false) name = "#{reflection.plural_name}_#{alias_suffix}" name << "_join" if join -- GitLab