Index: app/models/comment.rb =================================================================== --- app/models/comment.rb (revision 63) +++ app/models/comment.rb (working copy) @@ -3,7 +3,7 @@ validates_presence_of :author, :author_email, :content - def initialize + def initialize(attr) super self.author_url ||= "http://" end Index: lib/comment_tags.rb =================================================================== --- lib/comment_tags.rb (revision 63) +++ lib/comment_tags.rb (working copy) @@ -63,9 +63,7 @@ @tag_attr = { :class => "comment_form" }.update( tag.attr.symbolize_keys ) results = %Q{
-
#{tag.expand} -
} end