Sha256: 96dd4683f4a0a33118a6d8c05ad76a7e9997ead65512f39f8b4d22c0786ea6f4
Contents?: true
Size: 435 Bytes
Versions: 2
Compression:
Stored size: 435 Bytes
Contents
# frozen_string_literal: true require 'phlex-rails' module Phlexible module Rails 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phlexible-0.3.0 | lib/phlexible/rails.rb |
phlexible-0.2.0 | lib/phlexible/rails.rb |