lib/phlexible/rails.rb in phlexible-0.1.0 vs lib/phlexible/rails.rb in phlexible-0.2.0
- old
+ new
@@ -2,8 +2,16 @@
require 'phlex-rails'
module Phlexible
module Rails
- autoload :AnchorElement, 'phlexible/rails/anchor_element'
+ autoload :Responder, 'phlexible/rails/responder'
+ autoload :AElement, 'phlexible/rails/a_element'
+
+ autoload :ButtonTo, 'phlexible/rails/button_to'
+ autoload :ButtonToConcerns, 'phlexible/rails/button_to'
+
+ module ActionController
+ autoload :ImplicitRender, 'phlexible/rails/action_controller/implicit_render'
+ end
end
end