Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jeremypharo/f0152922190835300492fd13a28638f5 to your computer and use it in GitHub Desktop.
Save jeremypharo/f0152922190835300492fd13a28638f5 to your computer and use it in GitHub Desktop.
class AddOrderRefToPrimaryStoreCredits < ActiveRecord::Migration
def change
add_reference :primary_store_credits, :order
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment