module InheritedResources::BaseHelpers
def get_collection_ivar #:nodoc:
Get collection ivar based on the current resource controller.
def get_collection_ivar #:nodoc: instance_variable_get("@#{resource_collection_name}") end
def get_collection_ivar #:nodoc: instance_variable_get("@#{resource_collection_name}") end