5 lines
121 B
Ruby
5 lines
121 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Import::HistoryController < ApplicationController
|
|
feature_category :importers
|
|
end
|