diff options
| -rw-r--r-- | app/controllers/tags_controller.rb | 4 |
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 | ||
| 24 | end | 28 | end |
