Merge pull request #1458 from thomas-mcdonald/remove-duplicate-method
Remove duplicate create method in PostCreator
This commit is contained in:
commit
ce819b2a92
|
@ -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