We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564050f commit b62c6d9Copy full SHA for b62c6d9
init.rb
@@ -1,3 +1,2 @@
1
require 'auto_html'
2
3
-ActiveRecord::Base.send :include, AutoHtmlFor
lib/auto_html.rb
@@ -6,3 +6,5 @@
6
Dir["#{File.dirname(__FILE__) + '/auto_html/filters'}/**/*"].each do |filter|
7
require "#{filter}"
8
end
9
+
10
+ActiveRecord::Base.send :include, AutoHtmlFor
rails/init.rb
@@ -1,3 +1 @@
-
0 commit comments