lib/burgundy.rb in burgundy-0.5.0 vs lib/burgundy.rb in burgundy-0.6.0
- old
+ new
@@ -1,7 +1,8 @@
# frozen_string_literal: true
require "delegate"
require "burgundy/version"
+require "burgundy/guard"
require "burgundy/item"
require "burgundy/collection"
require "burgundy/rails" if defined?(Rails)