#coding: utf-8 class Admin::ApplicationController < ActionController::Base protect_from_forgery before_filter :authenticate_user! layout 'admin' end