# HG changeset patch # User Edho Arief # Date 1367938981 -32400 # Node ID af80541dc9156e9c04b97efab05c529386cc11e0 # Parent 8d465a93fcb44ed35ab781c1b0dc291f933d0df7 attr_accesible is no longer needed. Never needed to begin with anyway because of how it's used in the controller. diff -r 8d465a93fcb4 -r af80541dc915 app/models/paste.rb --- a/app/models/paste.rb Wed May 08 00:00:23 2013 +0900 +++ b/app/models/paste.rb Wed May 08 00:03:01 2013 +0900 @@ -1,5 +1,4 @@ class Paste < ActiveRecord::Base - attr_accessible :paste before_validation :paste_limit before_validation :convert_newlines before_validation :set_paste_hash