aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2010-03-31 12:45:29 +0100
committerAndrew White <andyw@pixeltrix.co.uk>2010-03-31 12:45:29 +0100
commit7a6b1d54e7c51556cb411cc222b4f442582cb6fd (patch)
tree6cbca6b23795172fbe541f17c0bfa2b39a26ceb6 /actionpack
parent1a054459cbe4caa377586da6573875a883858bbf (diff)
downloadrails-7a6b1d54e7c51556cb411cc222b4f442582cb6fd.tar.gz
rails-7a6b1d54e7c51556cb411cc222b4f442582cb6fd.tar.bz2
rails-7a6b1d54e7c51556cb411cc222b4f442582cb6fd.zip
Mark ActionDispatch::Routing::DeprecatedMapper as nodoc to hide old documentation until it's removed
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_dispatch/routing/deprecated_mapper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb b/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb
index dd650e83d9..58beaf4824 100644
--- a/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/deprecated_mapper.rb
@@ -73,7 +73,7 @@ module ActionDispatch
# supplying you with methods to create them in your routes.rb file.
#
# Read more about REST at http://en.wikipedia.org/wiki/Representational_State_Transfer
- class DeprecatedMapper #:doc:
+ class DeprecatedMapper #:nodoc:
def initialize(set) #:nodoc:
@set = set
end