Module: Usable::EagerLoad

Defined in:
lib/usable/eager_load.rb

Instance Method Summary collapse

Instance Method Details

#eager_load!Object



3
4
5
# File 'lib/usable/eager_load.rb', line 3

def eager_load!
  super.tap { Usable.freeze unless Usable.frozen? }
end