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