about summary refs log tree commit diff
path: root/app/controllers/tags_controller.rb
blob: c1aaf7e479cf8738fe319191a35f8c6c4264106d (plain) (blame)
1
2
3
4
class TagsController < ApplicationController
  def show
  end
end