Skip to content

Instantly share code, notes, and snippets.

@ryan-plated
ryan-plated / incorrect_join_order.rb
Created April 17, 2018 02:15
rails order join or bug
# 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