module Comable module Admin class ApplicationController < ActionController::Base layout 'comable/admin/application' end end end