lib/has_comments.rb in has_comments-0.1.3 vs lib/has_comments.rb in has_comments-0.1.4

- old
+ new

@@ -1,15 +2 @@ -module HasComments - def self.included(base) - base.extend ClassMethods - end - - module ClassMethods - def has_comments - puts "hello" - end - end -end - -class ActiveRecord::Base - include HasComments -end +require 'has_comments/has_comments.rb' \ No newline at end of file