Source: show | on GitHub
# File actionpack/test/template/render_test.rb, line 269 def self.model_name Struct.new(:partial_path).new("customers/customer") end
# File actionpack/test/template/render_test.rb, line 273 def initialize(name) @name = name end