教学案例创建失败;':
@ -2,7 +2,7 @@ class LibrariesController < ApplicationController
include PaginateHelper
before_action :require_login, :check_auth, except: %i[index show]
after_action :increment_visit_count, only: [:show, :create, :edit, :update]
after_action :increment_visit_count, only: [:show, :edit, :update]
helper_method :current_library, :library_manageable?
def index