class DynFork::Errors::Fields::SlugSourceNotRequired

Overview

For slug sources, all fields except the hash field must be required.

Defined in:

dynfork/errors/fields.cr

Constructors

Constructor Detail

def self.new(model_name : String, slug_field : String, source_field : String) #

[View source]