FIX: Remove duplicate definition of create_categories.

This commit is contained in:
Bianca Nenciu 2019-03-04 10:32:09 +02:00
parent 80767080dd
commit 714f6cde79

View File

@ -323,9 +323,6 @@ class BulkImport::Base
def create_group_users(rows, &block)
create_records(rows, "group_user", GROUP_USER_COLUMNS, &block)
end
def create_categories(rows, &block)
create_records(rows, "category", CATEGORY_COLUMNS, &block)
end
def create_topics(rows, &block)
create_records(rows, "topic", TOPIC_COLUMNS, &block)
end