1
0
Fork 0
forked from OpenNeo/impress

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 committed by Matchu
parent 209c9d7ffd
commit f9cd563c82

View file

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