0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-02-13 15:31:08 +00:00
ensl.org/app/controllers/api/v1/base_controller.rb
2014-03-31 22:37:38 +01:00

3 lines
78 B
Ruby

class Api::V1::BaseController < ActionController::Base
respond_to :json
end