Created
October 22, 2017 15:37
-
-
Save oboje/230b6a684e1d1a4ff9efb156575d16e7 to your computer and use it in GitHub Desktop.
rubynotes.sh
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
#swagger ruby fix | |
grep -rl "ActiveRecord::Migration$" db | xargs sed -i "" "s/ActiveRecord::Migration/ActiveRecord::Migration[5.1]/g" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment