Skip to content

Commit

Permalink
Use the more compact syntax in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
agis committed Nov 15, 2012
1 parent 25648ce commit a84dd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/action_controller_overview.md
Expand Up @@ -81,7 +81,7 @@ class ClientsController < ActionController::Base
else
# This line overrides the default rendering behavior, which
# would have been to render the "create" view.
render action: "new"
render "new"
end
end
end
Expand Down

0 comments on commit a84dd20

Please sign in to comment.