Skip to content

Commit

Permalink
Fixes Zone namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
slemrmartin committed Jun 20, 2018
1 parent cab392a commit 9c1e438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/migrate/20180618083035_add_visible_to_zone.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ def change
add_column :zones, :visible, :boolean, :default => true
reversible do |dir|
dir.up do
Zone.reset_column_information
Zone.seed
::Zone.reset_column_information
::Zone.seed
end
end
end
Expand Down

0 comments on commit 9c1e438

Please sign in to comment.