5 lines
87 B
Ruby
5 lines
87 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ApplicationController < ActionController::API
|
|
end
|