lib/lipstick/helpers.rb in aaf-lipstick-2.1.0 vs lib/lipstick/helpers.rb in aaf-lipstick-3.0.0
- old
+ new
@@ -5,9 +5,8 @@
end
require 'lipstick/helpers/layout_helper'
require 'lipstick/helpers/nav_helper'
require 'lipstick/helpers/form_validation_builder'
-require 'lipstick/helpers/bootstrap_form_builder' if defined?(ActionView)
-require 'lipstick/helpers/form_helper' if defined?(ActionView)
+require 'lipstick/helpers/bootstrap_form_builder'
+require 'lipstick/helpers/form_helper'
require 'lipstick/helpers/pagination_link_renderer'
-require 'lipstick/helpers/compatibility_hacks'