Skip to content

Instantly share code, notes, and snippets.

@aschyiel
Created June 19, 2015 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aschyiel/de4b9a783fe06f1d08ee to your computer and use it in GitHub Desktop.
Save aschyiel/de4b9a783fe06f1d08ee to your computer and use it in GitHub Desktop.
Randomize PublicActivity::Activity
# Randomize the activity dates for testing purposes.
PublicActivity::Activity.all.each { |it| it.update(created_at: Faker::Date.between(1.year.ago, Date.today)) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment