lib/unscoped_associations.rb in unscoped_associations-0.4.1 vs lib/unscoped_associations.rb in unscoped_associations-0.4.2
- old
+ new
@@ -1,4 +1,6 @@
+require 'unscoped_associations/version'
+
module UnscopedAssociations
def self.included(base)
base.extend ClassMethods
(class << base; self; end).instance_eval do
\ No newline at end of file