changeset 197:af80541dc915

attr_accesible is no longer needed. Never needed to begin with anyway because of how it's used in the controller.
author Edho Arief <edho@myconan.net>
date Wed, 08 May 2013 00:03:01 +0900
parents 8d465a93fcb4
children f513b1ca455a
files app/models/paste.rb
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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