diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-09-14 00:25:59 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-09-14 00:25:59 +0000 |
commit | e6941149abbee39dbbe9898b0dc45e95046f7a70 (patch) | |
tree | 0a26f30790345929915540db87dc0aac394f4f50 /actionpack/lib/action_controller | |
parent | f7c371dff8021de8e2389580bb96b0cfdca3c9ec (diff) | |
download | rails-e6941149abbee39dbbe9898b0dc45e95046f7a70.tar.gz rails-e6941149abbee39dbbe9898b0dc45e95046f7a70.tar.bz2 rails-e6941149abbee39dbbe9898b0dc45e95046f7a70.zip |
Deprecation: removed Reloadable.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7473 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_controller')
-rwxr-xr-x | actionpack/lib/action_controller/base.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index 4d896bc262..9a3ab651ac 100755 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -243,7 +243,6 @@ module ActionController #:nodoc: class Base DEFAULT_RENDER_STATUS_CODE = "200 OK" - include Reloadable::Deprecated include StatusCodes # Determines whether the view has access to controller internals @request, @response, @session, and @template. @@ -1231,4 +1230,4 @@ module ActionController #:nodoc: close_session end end -end
\ No newline at end of file +end |