aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/blog/categories_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/blog/categories_controller.rb')
-rw-r--r--app/controllers/blog/categories_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/blog/categories_controller.rb b/app/controllers/blog/categories_controller.rb
index 71ceec1..4795e99 100644
--- a/app/controllers/blog/categories_controller.rb
+++ b/app/controllers/blog/categories_controller.rb
@@ -3,5 +3,5 @@ class Blog::CategoriesController < BlogController
def show
@category = BlogCategory.find(params[:id])
end
-
-end \ No newline at end of file
+
+end