mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
3 lines
78 B
Ruby
3 lines
78 B
Ruby
class Api::V1::BaseController < ActionController::Base
|
|
respond_to :json
|
|
end
|