ref: dockerize
app/controllers/admin_controller.rb
1 2 3
class AdminController < ApplicationController before_filter :login_required end