Skip to content

Instantly share code, notes, and snippets.

@karlosmid
Created December 12, 2015 16:01
Show Gist options
  • Select an option

  • Save karlosmid/17371cea9624860fb4fe to your computer and use it in GitHub Desktop.

Select an option

Save karlosmid/17371cea9624860fb4fe to your computer and use it in GitHub Desktop.
Time laps in rails console
#rails console --sandbox
transition = application.application_state_transitions.last
transition.created_at = 7.days.ago
transition.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment