diff --git a/app/models/location_block.rb b/app/models/location_block.rb index 5bd5b0c..9dc28ab 100644 --- a/app/models/location_block.rb +++ b/app/models/location_block.rb @@ -1,5 +1,7 @@ class LocationBlock < Block + attr_accessible :zoom, :map_type + settings_items :zoom, :type => :integer, :default => 4 settings_items :map_type, :type => :string, :default => 'roadmap' -- libgit2 0.21.2