Skip to content

Commit

Permalink
Change description of BasicRendering#render
Browse files Browse the repository at this point in the history
We're not dealing with templates here

[ci skip]
  • Loading branch information
lukaszx0 committed Aug 25, 2013
1 parent f6039df commit 8c8fb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_controller/metal/rendering.rb
Expand Up @@ -6,7 +6,7 @@ module ActionController
module BasicRendering
extend ActiveSupport::Concern

# Render template to response_body
# Render text or nothing (empty string) to response_body
# :api: public
def render(*args, &block)
super(*args, &block)
Expand Down

0 comments on commit 8c8fb89

Please sign in to comment.