mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] fix typo
This commit is contained in:
parent
9d681fc74c
commit
1a43e4c522
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ module ActionView
|
|||
# * <tt>:language</tt>: Defaults to "en-US".
|
||||
# * <tt>:root_url</tt>: The HTML alternative that this feed is doubling for. Defaults to / on the current host.
|
||||
# * <tt>:url</tt>: The URL for this feed. Defaults to the current URL.
|
||||
# * <tt>:id</tt>: The id for this feed. Defaults to "tag:localhost,2005:/posts", in this case.
|
||||
# * <tt>:id</tt>: The id for this feed. Defaults to "tag:localhost,2005:/posts", in this case.
|
||||
# * <tt>:schema_date</tt>: The date at which the tag scheme for the feed was first used. A good default is the year you
|
||||
# created the feed. See http://feedvalidator.org/docs/error/InvalidTAG.html for more information. If not specified,
|
||||
# 2005 is used (as an "I don't care" value).
|
||||
|
|
|
@ -30,7 +30,7 @@ module ActiveRecord
|
|||
ActiveSupport::Deprecation.silence { connection.table_exists?(table_name) }
|
||||
end
|
||||
|
||||
# Creates a internal metadata table with columns +key+ and +value+
|
||||
# Creates an internal metadata table with columns +key+ and +value+
|
||||
def create_table
|
||||
unless table_exists?
|
||||
connection.create_table(table_name, primary_key: :key, id: false ) do |t|
|
||||
|
|
Loading…
Reference in a new issue