Commit baf5980cc3809bbfd00fdb8b2fc6c5ba7224604d

Authored by Antonio Terceiro
2 parents ecf8655a 6d3677ac

Merge branch 'AI3258-location_block_bug' into 'master'

Ai3258 location block bug

Fixing rails 3 bug -> https://noosfero.org/Development/ActionItem3258

See merge request !288
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/models/location_block.rb
1 1 class LocationBlock < Block
2 2  
  3 + attr_accessible :zoom, :map_type
  4 +
3 5 settings_items :zoom, :type => :integer, :default => 4
4 6 settings_items :map_type, :type => :string, :default => 'roadmap'
5 7  
... ...