class Avram::LazyLoadError

Overview

Raised when trying to access a record that was not preloaded and lazy load is disabled.

Defined in:

avram/errors.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

blank_for_validates_required? : Bool blank_for_validates_required?

Constructor Detail

def self.new(model : String, association : String) #

[View source]

Instance Method Detail

def association : String #

[View source]
def model : String #

[View source]