aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test/dummy/app/models/person.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actiontext/test/dummy/app/models/person.rb')
-rw-r--r--actiontext/test/dummy/app/models/person.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/actiontext/test/dummy/app/models/person.rb b/actiontext/test/dummy/app/models/person.rb
new file mode 100644
index 0000000000..0ded356d5b
--- /dev/null
+++ b/actiontext/test/dummy/app/models/person.rb
@@ -0,0 +1,7 @@
+class Person < ApplicationRecord
+ include ActionText::Attachable
+
+ def to_trix_content_attachment_partial_path
+ "people/trix_content_attachment"
+ end
+end