Sha256: fa0af7b4b29a086fbb17aa9046464ca7b72da44a512005611c3976dbd04f70ac
Contents?: true
Size: 308 Bytes
Versions: 1
Compression:
Stored size: 308 Bytes
Contents
module Skylight module Normalize class RenderTemplate < Normalizer register "render_template.action_view" def normalize path = @payload[:identifier] annotations = { partial: false } [ "view.render.template", path, path, annotations ] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
skylight-0.0.7 | lib/skylight/normalize/render_template.rb |