1 2 3 4 5 6
class Admin::IndexController < ApplicationController before_filter :admin_access_required def index end end