module AmsLazyRelationships::Core::Initializer

Public Class Methods

new(*) click to toggle source
Calls superclass method
# File lib/ams_lazy_relationships/core.rb, line 50
def initialize(*)
  super

  self.class.send(:init_all_lazy_relationships, object)
end