教学案例创建失败;':
dev_hjm
daiao 6 years ago
parent 166482a19b
commit e89e9f6486

@ -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

Loading…
Cancel
Save