This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.
assigns(key)
Retrieve instance variables set in the controller.
# File actionpack/lib/action_controller/caching/sweeping.rb, line 77 def assigns(key) controller.instance_variable_get("@#{key}") end