Add unloadable

This commit is contained in:
Igor Zubkov 2011-12-23 03:25:56 +02:00
parent b747687acc
commit e677a575d0

View File

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