# File lib/generators/helpers/migration_helper.rb, line 38 def run_migration(options) run "rails g migration #{options}" end