class DynFork::Errors::Fields::SlugSourceNameInvalid

Overview

If the slug source does not match any field name in the Model.

Defined in:

dynfork/errors/fields.cr

Constructors

Constructor Detail

def self.new(model_name : String, field_name : String, source_name : String) #

[View source]