From 868a49262c035031550fc65bd297920d0eb274f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=AA=E0=A5=8D=E0=A4=B0=E0=A4=A5=E0=A4=AE=E0=A5=87?= =?UTF-8?q?=E0=A4=B6=20Sonpatki?= Date: Thu, 21 Apr 2016 07:54:06 +0530 Subject: Revert "add doc for `:type` option of `#create_join_table` [ci skip]" --- .../lib/active_record/connection_adapters/abstract/schema_statements.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activerecord/lib') 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 342b01b3a5..104ca54793 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb +++ b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb @@ -317,8 +317,6 @@ module ActiveRecord # [:force] # Set to true to drop the table before creating it. # Defaults to false. - # [:type] - # The column type of primary key. Defaults to +:integer+. # # Note that #create_join_table does not create any indices by default; you can use # its block form to do so yourself: -- cgit v1.2.3