Skip to content

Instantly share code, notes, and snippets.

@Mask
Mask / bug_report_template.rb
Created April 17, 2016 16:11
reify_has_many_through doesn't consider :source option
# Use this template to report PaperTrail bugs.
# It is based on the ActiveRecord template.
# https://github.com/rails/rails/blob/master/guides/bug_report_templates/active_record_gem.rb
begin
require "bundler/inline"
rescue LoadError => e
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler"
raise e
end