class Admin::AssetTagsController < Admin::TagsController def initialize super @app_title = 'asset' end end