6 lines
136 B
Ruby
6 lines
136 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Import::HistoryController < ApplicationController
|
|
feature_category :importers
|
|
urgency :low
|
|
end
|