Skip to content

Commit

Permalink
Merge pull request #24705 from kamipo/add_nodoc_to_insert_versions_sql
Browse files Browse the repository at this point in the history
Add `:nodoc:` to `insert_versions_sql` [ci skip]
  • Loading branch information
guilleiguaran committed Apr 24, 2016
2 parents 9f8a6c4 + 5394f2c commit 77cd14b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -989,7 +989,7 @@ def dump_schema_information #:nodoc:
insert_versions_sql(versions)
end

def insert_versions_sql(versions)
def insert_versions_sql(versions) # :nodoc:
sm_table = ActiveRecord::Migrator.schema_migrations_table_name

if supports_multi_insert?
Expand Down
Expand Up @@ -298,7 +298,7 @@ def supports_comments_in_create?
false
end

# Does this adapter support multi-value insert
# Does this adapter support multi-value insert?
def supports_multi_insert?
true
end
Expand Down

0 comments on commit 77cd14b

Please sign in to comment.