about summary refs log tree commit diff
path: root/db/migrate/20170928082043_create_email_domain_blocks.rb
AgeCommit message (Collapse)Author
2017-10-04Implement EmailBlackList (#5109)utam0k
* Implement BlacklistedEmailDomain * Use Faker::Internet.domain_name * Remove note column * Add frozen_string_literal comment * Delete unnecessary codes * Sort alphabetically * Change of wording * Rename BlacklistedEmailDomain to EmailDomainBlock