Sha256: 87b21d027a2f7fc5b285d5985cc61c61ef84adc02a3e8325df13ea1121b2a0e2
Contents?: true
Size: 647 Bytes
Versions: 3
Compression:
Stored size: 647 Bytes
Contents
# frozen_string_literal: true require "action_view" require "active_support/dependencies/autoload" module ViewComponent extend ActiveSupport::Autoload autoload :Base autoload :CaptureCompatibility autoload :Compiler autoload :CompileCache autoload :ComponentError autoload :Config autoload :Deprecation autoload :InlineTemplate autoload :Instrumentation autoload :Preview autoload :PreviewTemplateError autoload :TestHelpers autoload :SystemTestHelpers autoload :TestCase autoload :SystemTestCase autoload :TemplateError autoload :Translatable end require "view_component/engine" if defined?(Rails::Engine)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
view_component-3.0.0.rc5 | lib/view_component.rb |
view_component-3.0.0.rc4 | lib/view_component.rb |
view_component-3.0.0.rc3 | lib/view_component.rb |