mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
Remove duplicate create method in PostCreator
This commit is contained in:
parent
e9e017898c
commit
5ad8718a87
@ -7,10 +7,6 @@ class PostCreator
|
||||
|
||||
attr_reader :errors, :opts
|
||||
|
||||
def self.create(user,opts)
|
||||
self.new(user,opts).create
|
||||
end
|
||||
|
||||
# Acceptable options:
|
||||
#
|
||||
# raw - raw text of post
|
||||
|
Loading…
x
Reference in New Issue
Block a user