Flowdock
method

require_engine

Importance_0
require_engine() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/template/handlers/builder.rb, line 17
        def require_engine # :doc:
          @required ||= begin
            require "builder"
            true
          end
        end
Register or log in to add new notes.