6 lines
91 B
Ruby
6 lines
91 B
Ruby
|
module Api
|
||
|
class BaseController < ::ApplicationController
|
||
|
respond_to :json
|
||
|
end
|
||
|
end
|