Module: EasyTalk::SchemaBase

Defined in:
lib/easy_talk/schema_base.rb

Overview

Shared foundation for both EasyTalk::Schema and EasyTalk::Model.

This module extracts the common instance and class methods so that Schema (lightweight, no validations) and Model (full ActiveModel validations) stay in sync without code duplication.

Defined Under Namespace

Modules: ClassMethods, InstanceMethods