Skip to content

Commit 80eff9a

Browse files
committed
Moved the contents of init.rb to rails/init.rb to work as a gem plugin and a regular plugin.
1 parent f9b8879 commit 80eff9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

init.rb

-3
This file was deleted.

rails/init.rb

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
require File.join(File.dirname(__FILE__), *%w[.. lib formtastic])
2+
require File.join(File.dirname(__FILE__), *%w[.. lib justin_french formtastic])
3+
ActionView::Base.send :include, Formtastic::SemanticFormHelper

0 commit comments

Comments
 (0)