test/dummy_without_community/app/models/post.rb in inkwell-1.5.2 vs test/dummy_without_community/app/models/post.rb in inkwell-2.0.0
- old
+ new
@@ -1,6 +1,5 @@
class Post < ActiveRecord::Base
- attr_accessible :title, :body
belongs_to :user
acts_as_inkwell_post
end