clarion/app/controllers/management/management_controller.rb

6 lines
107 B
Ruby
Raw Normal View History

2014-09-17 12:43:17 +03:00
module Management
class ManagementController < ::ApplicationController
layout 'management'
end
end