|
|
@ -1,7 +1,7 @@
|
|
|
|
class ProjectPackagesController < ApplicationController
|
|
|
|
class ProjectPackagesController < ApplicationController
|
|
|
|
include PaginateHelper
|
|
|
|
include PaginateHelper
|
|
|
|
|
|
|
|
|
|
|
|
before_action :require_login, :check_auth, only: %i[create update destroy]
|
|
|
|
before_action :require_login, :check_auth, only: %i[show create update destroy]
|
|
|
|
|
|
|
|
|
|
|
|
helper_method :current_package, :package_manageable?
|
|
|
|
helper_method :current_package, :package_manageable?
|
|
|
|
|
|
|
|
|
|
|
|