aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema.rb
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-01-20 01:02:03 +1030
committerMatthew Draper <matthew@trebex.net>2017-01-20 01:02:03 +1030
commit893d5fb0a24bc69b07574924d78ca7f9826f9403 (patch)
tree0c7d9dea4715e65f5b1a6ea51b33758ce79fbfb4 /activerecord/lib/active_record/schema.rb
parent7b4514c6ab2703b9a9b6574f3559cae722a33d4f (diff)
downloadrails-893d5fb0a24bc69b07574924d78ca7f9826f9403.tar.gz
rails-893d5fb0a24bc69b07574924d78ca7f9826f9403.tar.bz2
rails-893d5fb0a24bc69b07574924d78ca7f9826f9403.zip
Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods"
This reverts commit 39c77eb1843f79925c7195e8869afc7cb7323682, reversing changes made to 9f6f51be78f8807e18fc6562c57af2fdbf8ccb56.
Diffstat (limited to 'activerecord/lib/active_record/schema.rb')
-rw-r--r--activerecord/lib/active_record/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/schema.rb b/activerecord/lib/active_record/schema.rb
index 5104427339..7a2bc9c8af 100644
--- a/activerecord/lib/active_record/schema.rb
+++ b/activerecord/lib/active_record/schema.rb
@@ -48,7 +48,7 @@ module ActiveRecord
instance_eval(&block)
if info[:version].present?
- ActiveRecord::SchemaMigration.create_table
+ initialize_schema_migrations_table
connection.assume_migrated_upto_version(info[:version], migrations_paths)
end