aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/model_schema.rb
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2014-05-16 12:05:45 -0600
committerSean Griffin <sean@thoughtbot.com>2014-05-17 13:24:25 -0600
commit8df8334327b3afe2c66458ed7877d2aacfabd515 (patch)
treec403bfeb36e3b5efd929a760d4b2761c661f7d64 /activerecord/lib/active_record/model_schema.rb
parent067131524b5b5cb6100aca8bf5b48a3006a93acd (diff)
downloadrails-8df8334327b3afe2c66458ed7877d2aacfabd515.tar.gz
rails-8df8334327b3afe2c66458ed7877d2aacfabd515.tar.bz2
rails-8df8334327b3afe2c66458ed7877d2aacfabd515.zip
Remove dead test code for unsupported adapters
Diffstat (limited to 'activerecord/lib/active_record/model_schema.rb')
-rw-r--r--activerecord/lib/active_record/model_schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/model_schema.rb b/activerecord/lib/active_record/model_schema.rb
index 002bd16976..aa1166750f 100644
--- a/activerecord/lib/active_record/model_schema.rb
+++ b/activerecord/lib/active_record/model_schema.rb
@@ -198,7 +198,7 @@ module ActiveRecord
# given block. This is required for Oracle and is useful for any
# database which relies on sequences for primary key generation.
#
- # If a sequence name is not explicitly set when using Oracle or Firebird,
+ # If a sequence name is not explicitly set when using Oracle,
# it will default to the commonly used pattern of: #{table_name}_seq
#
# If a sequence name is not explicitly set when using PostgreSQL, it