aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext
diff options
context:
space:
mode:
Diffstat (limited to 'actiontext')
-rw-r--r--actiontext/Rakefile2
-rw-r--r--actiontext/app/models/action_text/rich_text.rb2
2 files changed, 4 insertions, 0 deletions
diff --git a/actiontext/Rakefile b/actiontext/Rakefile
index 5cda013f96..36aed17282 100644
--- a/actiontext/Rakefile
+++ b/actiontext/Rakefile
@@ -4,6 +4,8 @@ require "bundler/setup"
require "bundler/gem_tasks"
require "rake/testtask"
+task :package
+
Rake::TestTask.new do |t|
t.libs << "test"
t.pattern = "test/**/*_test.rb"
diff --git a/actiontext/app/models/action_text/rich_text.rb b/actiontext/app/models/action_text/rich_text.rb
index a577c991b9..705dd30983 100644
--- a/actiontext/app/models/action_text/rich_text.rb
+++ b/actiontext/app/models/action_text/rich_text.rb
@@ -25,3 +25,5 @@ module ActionText
delegate :blank?, :empty?, :present?, to: :to_plain_text
end
end
+
+ActiveSupport.run_load_hooks :action_text_rich_text, ActionText::RichText