iachat/lib/seeders
Shivam Mishra c031cb19d2
fix: downcase email before finding (#8921)
* fix: downcase email when finding

* feat: add `from_email` class

* refactor: use `from_email`

* feat: add rule to disallow find_by email directly

* chore:  remove redundant test

Since the previous imlpmentation didn't do a case-insentive search, a new user would be created, and the error would be raised at the DB layer. With the new changes, this test case is redundant

* refactor: use from_email
2024-02-21 18:51:00 +05:30
..
account_seeder.rb fix: downcase email before finding (#8921) 2024-02-21 18:51:00 +05:30
inbox_seeder.rb fix: Account seeder error on staging (#5371) 2022-09-01 21:23:57 +05:30
message_seeder.rb Chore: API Improvements (#3469) 2021-11-27 00:48:46 +05:30
seed_data.yml fix: Update account data seeder to avoid invalid information (#7673) 2023-08-04 16:32:54 -07:00