class Lurch::Errors::RelationshipNotLoaded

Public Instance Methods

message() click to toggle source
# File lib/lurch/errors/relationship_not_loaded.rb, line 4
def message
  "Relationship (#{type}) not loaded, try calling #fetch first."
end