aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2009-01-13 13:28:14 -0800
committerYehuda Katz <wycats@gmail.com>2009-01-13 13:28:28 -0800
commit0932b012fae2ff21214f610a0fd78a55ae4e2420 (patch)
tree82b521a5ddf17c3bc4fd7762c95d49f29d31de15 /activerecord
parent6fe739ad752aeeaaf274ced6111685d2d6ed2eb8 (diff)
parent5a43908c7414996354ca427354d98d789e0210e7 (diff)
downloadrails-0932b012fae2ff21214f610a0fd78a55ae4e2420.tar.gz
rails-0932b012fae2ff21214f610a0fd78a55ae4e2420.tar.bz2
rails-0932b012fae2ff21214f610a0fd78a55ae4e2420.zip
Sync 'rails/rails/master'
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/session_store.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/activerecord/lib/active_record/session_store.rb b/activerecord/lib/active_record/session_store.rb
index bd198c03b2..5e45cf65ab 100644
--- a/activerecord/lib/active_record/session_store.rb
+++ b/activerecord/lib/active_record/session_store.rb
@@ -53,11 +53,6 @@ module ActiveRecord
before_save :raise_on_session_data_overflow!
class << self
- # Don't try to reload ARStore::Session in dev mode.
- def reloadable? #:nodoc:
- false
- end
-
def data_column_size_limit
@data_column_size_limit ||= columns_hash[@@data_column_name].limit
end