dev_partners
p31729568 6 years ago
parent 26455d0efb
commit 92451b9720

@ -1,5 +1,5 @@
class Managements::BaseController < ApplicationController class Managements::BaseController < ApplicationController
layout 'base_management' layout 'base_management'
before_filter :require_admin before_filter :require_business
end end
Loading…
Cancel
Save