Skip to content

Instantly share code, notes, and snippets.

@allenwu1973
allenwu1973 / test.rb
Created March 13, 2019 09:59
inverse_of breaks association.build
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Activate the gem you are reporting the issue against.