Created
June 23, 2015 13:30
-
-
Save gabriel403/6d31fa3ba2ad1426c794 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if not trail.stage_position? | |
trail.stage_position = 0 | |
for history in trail.history | |
trail.stage_position = history.text.position if trail.stage_position < history.text.position |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment