Sha256: 087a84ade797eeb210cf0cea3efa0b2ef4e8bf4571d27e2292b29769f15a739a

Contents?: true

Size: 159 Bytes

Versions: 5

Compression:

Stored size: 159 Bytes

Contents

# frozen_string_literal: true

class Profile < ApplicationRecord
  belongs_to :author, inverse_of: :profile, touch: true

  def to_s
    description
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
activeadmin_blaze_theme-0.7.4 spec/dummy/app/models/profile.rb
activeadmin_blaze_theme-0.7.0 spec/dummy/app/models/profile.rb
activeadmin_blaze_theme-0.6.2 spec/dummy/app/models/profile.rb
activeadmin_blaze_theme-0.6.0 spec/dummy/app/models/profile.rb
activeadmin_blaze_theme-0.5.16 spec/dummy/app/models/profile.rb