Skip to content

Commit

Permalink
Merge pull request #24667 from y-yagi/add_doc_for_type_option
Browse files Browse the repository at this point in the history
add doc for `:type` option of `#create_join_table` [ci skip]
  • Loading branch information
prathamesh-sonpatki committed Apr 21, 2016
2 parents 778ab95 + 1a40995 commit 41a8b8d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -317,6 +317,8 @@ def create_table(table_name, comment: nil, **options)
# [<tt>:force</tt>]
# Set to true to drop the table before creating it.
# Defaults to false.
# [<tt>:type</tt>]
# 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:
Expand Down

0 comments on commit 41a8b8d

Please sign in to comment.