Commit 0f91ef15a7ec0944d1e744d7a69810a7675c70a6
1 parent
944c01f8
Exists in
master
and in
29 other branches
Add att_accessible to FeaturedProductsBlock's setting_items
(ActionItem3256)
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/models/featured_products_block.rb
1 | 1 | class FeaturedProductsBlock < Block |
2 | 2 | |
3 | + attr_accessible :product_ids, :groups_of, :speed, :reflect | |
4 | + | |
3 | 5 | settings_items :product_ids, :type => Array, :default => [] |
4 | 6 | settings_items :groups_of, :type => :integer, :default => 3 |
5 | 7 | settings_items :speed, :type => :integer, :default => 1000 | ... | ... |