lib/recurly/resource.rb in recurly-2.7.4 vs lib/recurly/resource.rb in recurly-2.7.5
- old
+ new
@@ -577,11 +577,11 @@
a = find_association(name)
a.relation if a
end
def embedded!(root_index = false)
- private :initialize
- private_class_method(*%w(new create create!))
+ protected :initialize
+ private_class_method(*%w(create create!))
unless root_index
private_class_method(*%w(all find_each first paginate scoped where))
end
end
end