From 8b1d10fab257d8a0ce7230f27a530dd7f8140acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=A3is=20Ozols?= Date: Wed, 27 Jun 2012 22:29:31 +0300 Subject: Use shorter syntax of render where possible. --- app/controllers/refinery/blog/posts_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/refinery/blog/posts_controller.rb') diff --git a/app/controllers/refinery/blog/posts_controller.rb b/app/controllers/refinery/blog/posts_controller.rb index bb242fd..bd579c4 100644 --- a/app/controllers/refinery/blog/posts_controller.rb +++ b/app/controllers/refinery/blog/posts_controller.rb @@ -51,7 +51,7 @@ module Refinery :anchor => "comment-#{@comment.to_param}") end else - render :action => 'show' + render :show end end -- cgit v1.2.3