Methods
T
V
Instance Public methods
test_assigns()
# File actionpack/test/controller/test_test.rb, line 154
def test_assigns
  @foo = "foo"
  render :nothing => true
end
view_assigns()
# File actionpack/test/controller/test_test.rb, line 159
def view_assigns
  { "bar" => "bar" }
end