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:
parent
2816ca52dc
commit
abf08bb7e7
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
|||
class Campaign < ActiveRecord::Base
|
||||
attr_accessible :active, :goal, :progress
|
||||
|
||||
has_many :donations
|
||||
|
||||
def progress_percent
|
||||
|
|
Loading…
Reference in a new issue