Skip to content

Instantly share code, notes, and snippets.

@rob-murray
Created January 29, 2016 16:04
Show Gist options
  • Save rob-murray/eae4de91f8db810d118a to your computer and use it in GitHub Desktop.
Save rob-murray/eae4de91f8db810d118a to your computer and use it in GitHub Desktop.
Open last migration in SublimeText
# ~/.bashrc
open_last_migration(){
subl db/migrate/$(ls db/migrate/ | sort | tail -1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment