diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2010-01-03 19:32:48 -0800 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2010-01-03 19:32:48 -0800 |
commit | 0ad07d9c26321f426d7d4c234d476e71d1537efb (patch) | |
tree | 35771cb474122e072941573cda823c4774095396 /railties/lib | |
parent | 1459c8cc1d6baca324bf2350d8f89f4faa054f18 (diff) | |
download | rails-0ad07d9c26321f426d7d4c234d476e71d1537efb.tar.gz rails-0ad07d9c26321f426d7d4c234d476e71d1537efb.tar.bz2 rails-0ad07d9c26321f426d7d4c234d476e71d1537efb.zip |
Removed config/initializers/new_rails_defaults.rb as all frameworks now follow the settings from it [DHH]
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/initializers/new_rails_defaults.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/initializers/new_rails_defaults.rb b/railties/lib/rails/generators/rails/app/templates/config/initializers/new_rails_defaults.rb deleted file mode 100644 index 91a8fdb688..0000000000 --- a/railties/lib/rails/generators/rails/app/templates/config/initializers/new_rails_defaults.rb +++ /dev/null @@ -1,9 +0,0 @@ -# Be sure to restart your server when you modify this file. - -# These settings change the behavior of Rails 2 apps and will be defaults -# for Rails 3. You can remove this initializer when Rails 3 is released. - -if defined?(ActiveRecord) - # Store the full class name (including module namespace) in STI type column. - ActiveRecord::Base.store_full_sti_class = true -end
\ No newline at end of file |