Closed PhilipDeFraties closed 3 weeks ago
https://agile6.atlassian.net/browse/DM-5157
creates migration to add :granted_public_bio to users table with index and default value of false
:granted_public_bio
false
adds :granted_public_bio to admin/users index, show, and edit views
admin/users
Rails.cache.read("users_with_public_bio")
JIRA issue link
https://agile6.atlassian.net/browse/DM-5157
Description - what does this code do?
creates migration to add
:granted_public_bio
to users table with index and default value offalse
adds
:granted_public_bio
toadmin/users
index, show, and edit viewsTesting done - how did you test it/steps on how can another person can test it
Rails.cache.read("users_with_public_bio")