Module: Torque::PostgreSQL::Attributes::SimpleEnum

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/torque/postgresql/attributes/simple_enum.rb

Overview

Brings Rails' own enum to classes that are not backed by a table, which means everything that depends on a record being persisted, or on a relation, is left out. Only the value? methods are generated

Defined Under Namespace

Classes: Methods