Skip to content

Instantly share code, notes, and snippets.

View ajclaasen's full-sized avatar

Ashley Claasen ajclaasen

  • Utrecht
View GitHub Profile
@ajclaasen
ajclaasen / has_many_through_bug.rb
Last active January 11, 2022 13:49 — forked from zachwalton/has_one_through_bug.rb
has_many through not available on unpersisted instances
# frozen_string_literal: true
begin
require "bundler/inline"
rescue LoadError => e
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler"
raise e
end
gemfile(true) do