mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:25:35 +08: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…
Reference in New Issue
Block a user