1
0
Fork 0
beathaven/app/controllers/api/base_controller.rb

6 lines
91 B
Ruby

module Api
class BaseController < ::ApplicationController
respond_to :json
end
end