aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/buffers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_view/buffers.rb')
-rw-r--r--actionpack/lib/action_view/buffers.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/buffers.rb b/actionpack/lib/action_view/buffers.rb
index 089fc68706..be7f65c2ce 100644
--- a/actionpack/lib/action_view/buffers.rb
+++ b/actionpack/lib/action_view/buffers.rb
@@ -35,9 +35,9 @@ module ActionView
def html_safe?
true
end
-
+
def html_safe
self
end
end
-end \ No newline at end of file
+end