mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
Remove duplicate create method in PostCreator
This commit is contained in:
parent
e9e017898c
commit
5ad8718a87
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue