chinwagsocial/app/controllers/tags_controller.rb
2016-11-05 17:13:14 +01:00

5 lines
66 B
Ruby

class TagsController < ApplicationController
def show
end
end