1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Whitespace

This commit is contained in:
wycats 2010-04-04 19:57:55 -07:00
parent 209fb5190b
commit 485512c50f

View file

@ -49,7 +49,6 @@ module AbstractController
render "index.erb"
end
def index_to_string
self.response_body = render_to_string "index.erb"
end