Browse Source

refactor: linting

pull/1257/head
natdeanlewissoftwire 3 years ago
parent
commit
6d33fa95d3
  1. 7
      db/seeds.rb

7
db/seeds.rb

@ -146,7 +146,6 @@ unless Rails.env.test?
child_organisation: managing_agent2, child_organisation: managing_agent2,
) )
if Rails.env.development? || Rails.env.review? if Rails.env.development? || Rails.env.review?
User.find_or_create_by!( User.find_or_create_by!(
name: "Provider", name: "Provider",
@ -191,7 +190,7 @@ unless Rails.env.test?
type: 2, type: 2,
jointpur: 1, jointpur: 1,
jointmore: 1, jointmore: 1,
) )
SalesLog.find_or_create_by!( SalesLog.find_or_create_by!(
created_by: support_user, created_by: support_user,
@ -202,7 +201,7 @@ unless Rails.env.test?
type: 9, type: 9,
jointpur: 1, jointpur: 1,
jointmore: 1, jointmore: 1,
) )
SalesLog.find_or_create_by!( SalesLog.find_or_create_by!(
created_by: support_user, created_by: support_user,
@ -212,7 +211,7 @@ unless Rails.env.test?
ownershipsch: 3, ownershipsch: 3,
type: 10, type: 10,
companybuy: 1, companybuy: 1,
) )
pp "Seeded a sales log of each type" pp "Seeded a sales log of each type"
end end

Loading…
Cancel
Save