summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/controllers/tags_controller.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb
index 473dce4..aef6e83 100644
--- a/app/controllers/tags_controller.rb
+++ b/app/controllers/tags_controller.rb
@@ -19,6 +19,10 @@ class TagsController < ApplicationController
19 :per_page => 23 19 :per_page => 23
20 ) 20 )
21 ) 21 )
22
23 respond_to do |format|
24 format.html {}
25 end
22 end 26 end
23 27
24end 28end