module EdgeRider::PreloadAssociations::PreloadAssociationsInstanceMethod

Public Instance Methods

preload_associations(*args) click to toggle source
# File lib/edge_rider/preload_associations.rb, line 4
def preload_associations(*args)
  self.class.preload_associations([self], *args)
end