Sha256: 87133ab3b49042271f660a5e945c9d4f959f544c869e5c9f819bd24ba3f436ce
Contents?: true
Size: 511 Bytes
Versions: 8
Compression:
Stored size: 511 Bytes
Contents
# frozen_string_literal: true require 'phlex-rails' module Phlexible module Rails autoload :ControllerAttributes, 'phlexible/rails/controller_attributes' 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
8 entries across 8 versions & 1 rubygems