Skip to content

Commit

Permalink
Rename DevelopmentData::WorkPackagesSeeder to `DevelopmentData::Sha…
Browse files Browse the repository at this point in the history
…redWorkPacakagesSeeder`
  • Loading branch information
aaron-contreras committed Sep 11, 2023
1 parent c3cd332 commit 5ee049e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# ++

module DevelopmentData
class WorkPackagesSeeder < Seeder
class SharedWorkPackagesSeeder < Seeder
def seed_data!
print_status ' ↳ Creating development work packages...'

Expand Down
2 changes: 1 addition & 1 deletion app/seeders/development_data_seeder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def data_seeder_classes
DevelopmentData::UsersSeeder,
DevelopmentData::CustomFieldsSeeder,
DevelopmentData::ProjectsSeeder,
DevelopmentData::WorkPackagesSeeder
DevelopmentData::SharedWorkPackagesSeeder
]
end

Expand Down

0 comments on commit 5ee049e

Please sign in to comment.