Merge pull request #1458 from thomas-mcdonald/remove-duplicate-method

Remove duplicate create method in PostCreator
This commit is contained in:
Régis Hanol 2013-09-27 08:14:42 -07:00
commit ce819b2a92
1 changed files with 0 additions and 4 deletions

View File

@ -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