app/controllers/symphonia/users_controller.rb in symphonia-3.2.4 vs app/controllers/symphonia/users_controller.rb in symphonia-3.3.0

- old
+ new

@@ -1,11 +1,6 @@ module Symphonia class UsersController < ApplicationController - include Symphonia::Swagger::BaseController - def self.tag_list - %w[User admin] - end - swagger_me entity: "User", base_path: "/admin/users" helper Symphonia::RendererHelper before_action :find_user, except: %i[index new create show] before_action :authorize, except: [:show]