Class: Masks::ApplicationModel

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Attributes, ActiveModel::Model, ActiveModel::Serializers::JSON, ActiveModel::Validations
Defined in:
app/models/masks/application_model.rb

Overview

Base model for synthetic ActiveRecord-style models in masks.

Most models in masks use this in their inheritance tree, as it provides attributes, validations, and other features from ActiveModel.