Aura Aura Models get

get

Returns a given model.

Usage

Aura::Models.get(name)

Description

Looks up the model name and returns the model class, or nil if it's not found.

Example

Aura::Models.get('contact_form') #=> Aura::Model::ContactForm