Add unloadable
This commit is contained in:
parent
b747687acc
commit
e677a575d0
@ -3,6 +3,8 @@ module RedmineLandingPage
|
||||
module ProjectsControllerPatch
|
||||
def self.included(base)
|
||||
base.class_eval do
|
||||
unloadable
|
||||
|
||||
alias_method :show_without_landing_page, :show unless method_defined? :show_without_landing_page
|
||||
|
||||
def show
|
||||
|
Loading…
Reference in New Issue
Block a user