Skip to content

Commit

Permalink
fix wording on data migration lablel
Browse files Browse the repository at this point in the history
  • Loading branch information
beingmattlevy committed Aug 8, 2024
1 parent 1738cac commit 39ae755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/data/20240730034256_default_addons.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def up
Addon.create category: Addon::CATEGORY_PASS, name: 'Late Departure', default_price: 30
Addon.create category: Addon::CATEGORY_CAMP, name: 'Car Camping', default_price: 50
Addon.create category: Addon::CATEGORY_CAMP, name: 'RV under 20ft', default_price: 100
Addon.create category: Addon::CATEGORY_CAMP, name: 'RV under 25ft', default_price: 125
Addon.create category: Addon::CATEGORY_CAMP, name: 'RV 20ft to 25ft', default_price: 125
Addon.create category: Addon::CATEGORY_CAMP, name: 'RV over 25ft', default_price: 150
end

Expand Down

0 comments on commit 39ae755

Please sign in to comment.