Prepare plugin for strong params

pull/6827/head
Mohamed Wael Khobalatte 9 years ago
parent 9966249739
commit 91e5d92bae
  1. 2
      lib/report.rb

@ -28,8 +28,6 @@ class Report < ActiveRecord::Base
before_save :serialize
serialize :serialized, Hash
attr_accessible :name, :is_public, :serialized
self.abstract_class = true # lets have subclasses have their own SQL tables
def self.accepted_properties

Loading…
Cancel
Save