Created
February 19, 2018 23:24
-
-
Save ldlsegovia/cf8e6f916d65034f35f7414b08b83cb1 to your computer and use it in GitHub Desktop.
This file contains 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
ENV['RAILS_ENV'] = ARGV[0] || 'production' | |
DIR = File.dirname(__FILE__) | |
require DIR + '/config/environment' | |
Migration::FillDemoPriceChanges.for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment