aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/base.rb
diff options
context:
space:
mode:
authorTom Kadwill <tomkadwill@gmail.com>2016-04-21 07:01:08 +0100
committerTom Kadwill <tomkadwill@gmail.com>2016-04-21 21:32:06 +0100
commit5646895b7f1561f132fcc42da52ff9b4bc7304fd (patch)
tree7bf3014fee14575706c760d3b106b3894a9727ed /actionpack/lib/abstract_controller/base.rb
parent0f8eefa6a581f1f04a1258342419c2896f9062ab (diff)
downloadrails-5646895b7f1561f132fcc42da52ff9b4bc7304fd.tar.gz
rails-5646895b7f1561f132fcc42da52ff9b4bc7304fd.tar.bz2
rails-5646895b7f1561f132fcc42da52ff9b4bc7304fd.zip
Actioncable and Actionpack documentation typos [ci skip]
Diffstat (limited to 'actionpack/lib/abstract_controller/base.rb')
-rw-r--r--actionpack/lib/abstract_controller/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/abstract_controller/base.rb b/actionpack/lib/abstract_controller/base.rb
index 16dec31938..d4317399ed 100644
--- a/actionpack/lib/abstract_controller/base.rb
+++ b/actionpack/lib/abstract_controller/base.rb
@@ -76,7 +76,7 @@ module AbstractController
end
end
- # action_methods are cached and there is sometimes need to refresh
+ # action_methods are cached and there is sometimes a need to refresh
# them. ::clear_action_methods! allows you to do that, so next time
# you run action_methods, they will be recalculated.
def clear_action_methods!