data_importer/app/controllers/application_controller.rb
2022-04-19 02:37:27 -05:00

4 lines
88 B
Ruby

# frozen_string_literal: true
class ApplicationController < ActionController::Base
end