method

make_compiler

rails latest stable - Class: DummyERB

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

make_compiler(trim_mode)
public

No documentation available.

# File railties/lib/rails/application/dummy_erb_compiler.rb, line 7
  def make_compiler(trim_mode)
    DummyCompiler.new trim_mode
  end