Sha256: b7057272116f25bee2668c0dae1f3a158871dbfb58e0ad186bb82fccfe2fa1df

Contents?: true

Size: 205 Bytes

Versions: 3

Compression:

Stored size: 205 Bytes

Contents

# frozen_string_literal: true

module Followability
  module Followable
    module Actions
      module Common
        def myself?(record)
          id == record.id
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
followability-1.1.1 lib/followability/followable/actions/common.rb
followability-1.1.0 lib/followability/followable/actions/common.rb
followability-1.0.0 lib/followability/followable/actions/common.rb