test/dummy_without_community/app/models/user.rb in inkwell-1.5.2 vs test/dummy_without_community/app/models/user.rb in inkwell-2.0.0

- old
+ new

@@ -1,6 +1,5 @@ class User < ActiveRecord::Base - attr_accessible :nick has_many :posts, :dependent => :destroy acts_as_inkwell_user end