Sha256: eb7b662e14956f8dc7e5cb83ed194fd651b44a589c6c8394f368496b9b80286b

Contents?: true

Size: 263 Bytes

Versions: 1

Compression:

Stored size: 263 Bytes

Contents

module ActiveEntity
  module Entity
    extend ActiveSupport::Concern

    included do
      include Attribute
      include StrictAssignment
      include Identity
      include ActiveModel::Validations
      include ActiveModel::Serialization
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_entity-0.0.1 lib/active_entity/entity.rb