aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
diff options
context:
space:
mode:
authoryunlei <yunlei.liu@appfolio.com>2016-08-23 13:08:30 -0700
committeryunlei <yunlei.liu@appfolio.com>2016-08-23 13:08:30 -0700
commitcdd2b278dc16841094f87d5634437348c05d32ac (patch)
tree46827555671bf0201634834d89872f98706ea496 /actionpack/lib/action_controller
parent58e0b1d6fc5b6762fbe667c24d808d76b57c7914 (diff)
downloadrails-cdd2b278dc16841094f87d5634437348c05d32ac.tar.gz
rails-cdd2b278dc16841094f87d5634437348c05d32ac.tar.bz2
rails-cdd2b278dc16841094f87d5634437348c05d32ac.zip
yl - remove extra …
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r--actionpack/lib/action_controller/metal/implicit_render.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/implicit_render.rb b/actionpack/lib/action_controller/metal/implicit_render.rb
index c414527d63..4137db99ea 100644
--- a/actionpack/lib/action_controller/metal/implicit_render.rb
+++ b/actionpack/lib/action_controller/metal/implicit_render.rb
@@ -48,7 +48,7 @@ module ActionController
"NOTE! For XHR/Ajax or API requests, this action would normally " \
"respond with 204 No Content: an empty white screen. Since you're " \
"loading it in a web browser, we assume that you expected to " \
- "actually render a template, not… nothing, so we're showing an " \
+ "actually render a template, not nothing, so we're showing an " \
"error to be extra-clear. If you expect 204 No Content, carry on. " \
"That's what you'll get from an XHR or API request. Give it a shot."