Skip to content

Commit

Permalink
remove attr_accessible line
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg committed Jun 17, 2018
1 parent 9aafc0e commit 025245b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/disk_pool_partition.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
class DiskPoolPartition < ActiveRecord::Base
attr_accessible :minimum_free, :path

DP_MIN_FREE_DEFAULT = 10
DP_MIN_FREE_ROOT = 20
Expand Down

0 comments on commit 025245b

Please sign in to comment.