rswag/app/controllers/swagger_rails/application_controller.rb
2015-01-12 18:08:38 -08:00

5 lines
85 B
Ruby

module SwaggerRails
class ApplicationController < ActionController::Base
end
end