ensl.org/app/controllers/api/v1/base_controller.rb

4 lines
78 B
Ruby
Raw Normal View History

class Api::V1::BaseController < ActionController::Base
respond_to :json
2014-03-31 21:33:16 +00:00
end