aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/rendering.rb
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2015-06-14 12:33:30 +0900
committeryui-knk <spiketeika@gmail.com>2015-06-14 12:33:30 +0900
commitfdb301583f20a1b4ea1a6985f62f4765a2c647b8 (patch)
tree670fa284fd7307485d6e0f23a6aa209a050e61c3 /actionview/lib/action_view/rendering.rb
parentc7644e9eb057bb847009f7d2cbc82dec5cb6c01f (diff)
downloadrails-fdb301583f20a1b4ea1a6985f62f4765a2c647b8.tar.gz
rails-fdb301583f20a1b4ea1a6985f62f4765a2c647b8.tar.bz2
rails-fdb301583f20a1b4ea1a6985f62f4765a2c647b8.zip
[ci skip] Add '.'
Diffstat (limited to 'actionview/lib/action_view/rendering.rb')
-rw-r--r--actionview/lib/action_view/rendering.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/rendering.rb b/actionview/lib/action_view/rendering.rb
index 1e8e7415d1..91b7e845d6 100644
--- a/actionview/lib/action_view/rendering.rb
+++ b/actionview/lib/action_view/rendering.rb
@@ -59,7 +59,7 @@ module ActionView
@_view_context_class ||= self.class.view_context_class
end
- # An instance of a view class. The default view class is ActionView::Base
+ # An instance of a view class. The default view class is ActionView::Base.
#
# The view class must have the following methods:
# View.new[lookup_context, assigns, controller]