Skip to content

Instantly share code, notes, and snippets.

View eboekhold's full-sized avatar

Eva Boekhold eboekhold

  • Utrecht
View GitHub Profile
@eboekhold
eboekhold / 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