Aura::Models.get(name)
Looks up the model name and returns the model class, or nil if it's not found.
name
nil
Aura::Models.get('contact_form') #=> Aura::Model::ContactForm