admin_controller.rb 82 Bytes
class AdminController < ApplicationController
  before_filter :login_required
end