Class: Blacklight::Component

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
lib/blacklight/component.rb

Defined Under Namespace

Classes: EngineCompiler

Class Method Summary collapse

Class Method Details

.compilerObject

rubocop:disable Naming/MemoizedInstanceVariableName



7
8
9
# File 'lib/blacklight/component.rb', line 7

def compiler
  @__vc_compiler ||= EngineCompiler.new(self)
end