From dbc7acd8ef27a02079275b42c7494f5fa7a7e43d Mon Sep 17 00:00:00 2001 From: yui-knk Date: Tue, 24 Mar 2015 13:23:12 +0900 Subject: [ci skip] Remove unacceptable method name --- .../lib/active_record/connection_adapters/abstract/schema_statements.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb index d42f9a894b..72e019066e 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb +++ b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb @@ -652,7 +652,7 @@ module ActiveRecord alias :add_belongs_to :add_reference # Removes the reference(s). Also removes a +type+ column if one exists. - # remove_reference, remove_references and remove_belongs_to are acceptable. + # remove_reference and remove_belongs_to are acceptable. # # ====== Remove the reference # -- cgit v1.2.3