No need to pass self as parameter here.

This commit is contained in:
José Valim
2010-10-04 22:32:29 +02:00
parent 21cb1d40b9
commit 232e56ce87

View File

@@ -1,7 +1,7 @@
class Post
class TrackBack
def to_model
NamedTrackBack.new(self)
NamedTrackBack.new
end
end