aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test/dummy/app/models/person.rb
blob: 0ded356d5b09a74537385a5ba9ace1f3811af2b8 (plain) (blame)
1
2
3
4
5
6
7
class Person < ApplicationRecord
  include ActionText::Attachable

  def to_trix_content_attachment_partial_path
    "people/trix_content_attachment"
  end
end