Sha256: 4d58df14a7b9ecc53bd139ced37d0a6fd225e35d5994ca34b467b9af4b93146e

Contents?: true

Size: 180 Bytes

Versions: 14

Compression:

Stored size: 180 Bytes

Contents

module Landable
  class Audit < ActiveRecord::Base
    include Landable::TableName

    validates :approver, presence: true

    belongs_to :auditable, polymorphic: true
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
landable-1.14.0 app/models/landable/audit.rb
landable-1.13.2 app/models/landable/audit.rb
landable-1.13.1 app/models/landable/audit.rb
landable-1.12.3 app/models/landable/audit.rb
landable-1.12.2 app/models/landable/audit.rb
landable-1.12.1 app/models/landable/audit.rb
landable-1.11.1 app/models/landable/audit.rb
landable-1.11.0 app/models/landable/audit.rb
landable-1.10.0.rc2 app/models/landable/audit.rb
landable-1.10.0.rc1 app/models/landable/audit.rb
landable-1.9.2 app/models/landable/audit.rb
landable-1.9.1 app/models/landable/audit.rb
landable-1.9.0 app/models/landable/audit.rb
landable-1.9.0.rc2 app/models/landable/audit.rb