module RailsTemplateDebugger

Constants

VERSION

Public Class Methods

debug_templates() click to toggle source
# File lib/rails_template_debugger.rb, line 4
def self.debug_templates
  ActionView::Template.send(:prepend, ActionViewTemplateRenderWithComment)
end