public Method

TestProcess.assigns(key = nil)

There's no documentation for this item.

Source Code

# File action_controller/test_process.rb, line 417
def assigns(key = nil) 
  if key.nil? 
    @response.template.assigns 
  else 
    @response.template.assigns[key.to_s] 
  end 
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.