Delete attr_accessible from Campaign

idk what these were even doing here, I never built a UI to edit campaigns?
This commit is contained in:
Matchu 2023-07-29 10:18:42 -07:00
parent 2816ca52dc
commit abf08bb7e7

View file

@ -1,6 +1,4 @@
class Campaign < ActiveRecord::Base
attr_accessible :active, :goal, :progress
has_many :donations
def progress_percent