class Api::AuthenticateController < ActionController::API def create end def destroy end end