class Admin::Legacy::HumanResources::Controller < Admin::Controller
  private
    def area
      'human_resources'
    end
end
