aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test/dummy/app/models/page.rb
diff options
context:
space:
mode:
authorJavan Makhmali <javan@javan.us>2019-03-11 08:38:52 -0700
committerGitHub <noreply@github.com>2019-03-11 08:38:52 -0700
commitf1b8bb4e1f16e4029ddf05515db0c01942521116 (patch)
treef8e37156cb3f1581d34594a1d5940a0eb9a0076a /actiontext/test/dummy/app/models/page.rb
parent4304373788fda6fa0fb1d6bac4ef78fb1ecac3dd (diff)
parent764803e07a5c89c931df9a1c4fe730f73b7571e6 (diff)
downloadrails-f1b8bb4e1f16e4029ddf05515db0c01942521116.tar.gz
rails-f1b8bb4e1f16e4029ddf05515db0c01942521116.tar.bz2
rails-f1b8bb4e1f16e4029ddf05515db0c01942521116.zip
Merge pull request #35485 from excid3/default-attachable-trix-partial
Adds default trix content attachmment partial path
Diffstat (limited to 'actiontext/test/dummy/app/models/page.rb')
-rw-r--r--actiontext/test/dummy/app/models/page.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/actiontext/test/dummy/app/models/page.rb b/actiontext/test/dummy/app/models/page.rb
new file mode 100644
index 0000000000..dfebf282a7
--- /dev/null
+++ b/actiontext/test/dummy/app/models/page.rb
@@ -0,0 +1,4 @@
+class Page < ApplicationRecord
+ include ActionText::Attachable
+end
+