10 lines
104 B
Ruby
10 lines
104 B
Ruby
class Api::AuthenticateController < ActionController::API
|
|
|
|
def create
|
|
end
|
|
|
|
def destroy
|
|
end
|
|
|
|
end
|