Sha256: 6aca88be3c0886bd9fc5ae974042053d16a1148f5dbe9484f2e41d7faa0345fb
Contents?: true
Size: 290 Bytes
Versions: 48
Compression:
Stored size: 290 Bytes
Contents
# frozen_string_literal: true require "abstract_unit" module RenderXml # This has no layout and it works class BasicController < ActionController::Base self.view_paths = [ActionView::FixtureResolver.new( "render_xml/basic/with_render_erb" => "Hello world!" )] end end
Version data entries
48 entries across 48 versions & 2 rubygems