class JbuilderTemplate

def initialize(context, *args)

def initialize(context, *args)
  @context = context
  @cached_root = nil
  super(*args)
end