Skip to content

Commit a87a9ee

Browse files
committed
Allow this to run in development
1 parent d8b0ad9 commit a87a9ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db/seeds.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def find_or_create_nj_archived_intake(attributes)
116116
)
117117
end
118118

119-
if ENV["REVIEW_APP"] == "true"
119+
if ENV["REVIEW_APP"] == "true" || Rails.env.development?
120120
# 2023 and 2024 AZ Clients (same address, contact)
121121
az_repeat_data = [
122122
[ "Apt 2B", "Munchkinville", "123 Yellow Brick Rd", "85034" ],

0 commit comments

Comments
 (0)