remove conflict data
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class BaseCrmController < ActionController::Base
|
||||
include LoginVerification
|
||||
include LoginVerification
|
||||
layout "CRM"
|
||||
|
||||
#before_action :check_installation
|
||||
@@ -30,5 +30,4 @@ class BaseCrmController < ActionController::Base
|
||||
def shop_detail
|
||||
@shop = Shop.first
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user