class Admin::Legacy::Student::Controller < Admin::Controller
  private
    def area
      'students'
    end
end
