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:
parent
209c9d7ffd
commit
f9cd563c82
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