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