Methods
M
N
Attributes
[R] name
Class Public methods
model_name()
# File actionpack/test/template/render_test.rb, line 269
def self.model_name
  Struct.new(:partial_path).new("customers/customer")
end
new(name)
# File actionpack/test/template/render_test.rb, line 273
def initialize(name)
  @name = name
end