Flowdock
require_engine() protected

No documentation

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

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