Sha256: d2086258359f16997d9e7a952a0353096799053e62b52bd8c73a106a851b7187
Contents?: true
Size: 141 Bytes
Versions: 27
Compression:
Stored size: 141 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 module Ownable extend ActiveSupport::Concern included do belongs_to :user end end
Version data entries
27 entries across 27 versions & 2 rubygems