Commit 959b51a1c1ed5a0ad60277516c86b706bfc28785

Authored by Antonio Terceiro
2 parents b89c9cca cea9db41

Merge branch 'AI3237-slideshow_block_bug' into 'master'

Ai3237 slideshow block bug

Fixing rails3 bug: http://noosfero.org/Development/ActionItem3237

See merge request !269
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/models/slideshow_block.rb
... ... @@ -6,6 +6,8 @@ class SlideshowBlock < Block
6 6 settings_items :navigation, :type => 'boolean', :default => false
7 7 settings_items :image_size, :type => 'string', :default => 'thumb'
8 8  
  9 + attr_accessible :gallery_id, :image_size, :interval, :shuffle, :navigation
  10 +
9 11 def self.description
10 12 _('Slideshow')
11 13 end
... ...