lib/formtastic/layout_helper.rb in formtastic-1.1.0 vs lib/formtastic/layout_helper.rb in formtastic-1.2.0.beta
- old
+ new
@@ -1,10 +1,12 @@
+# encoding: utf-8
+
module Formtastic
module LayoutHelper
-
+
def formtastic_stylesheet_link_tag
- stylesheet_link_tag("formtastic") +
+ stylesheet_link_tag("formtastic") +
stylesheet_link_tag("formtastic_changes")
end
-
+
end
-end
\ No newline at end of file
+end