app/models/author.rb in Pimki-1.3.092 vs app/models/author.rb in Pimki-1.4.092

- old
+ new

@@ -1,4 +1,4 @@ -class Author < String - attr_accessor :ip - def initialize(name, ip) @ip = ip; super(name) end +class Author < String + attr_accessor :ip + def initialize(name, ip) @ip = ip; super(name) end end \ No newline at end of file