class Api::AuthenticatedApiController < ActionController::Base before_action :authenticate_user! end