mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 16:02:46 +08:00
FIX: Remove duplicate definition of create_categories.
This commit is contained in:
parent
80767080dd
commit
714f6cde79
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user