Sha256: f1abc9be94333efd7e42b668e9f5c81f682209e54efb5942205bcd13d26f836e
Contents?: true
Size: 392 Bytes
Versions: 15
Compression:
Stored size: 392 Bytes
Contents
module Locomotive module Concerns module Shared module Userstamp extend ActiveSupport::Concern included do belongs_to :created_by, class_name: 'Locomotive::Account', optional: true belongs_to :updated_by, class_name: 'Locomotive::Account', optional: true end end # Userstamp end # Shared end # Extensions end # Locomotive
Version data entries
15 entries across 15 versions & 1 rubygems