Check a partail view file to make sure there is no instance variable.
Implementation: Check all instance variable, if exists, then it should be replaced with local variable
# File lib/rails_best_practices/checks/replace_instance_variable_with_local_variable_check.rb, line 18 def evaluate_start(node) add_error "replace instance variable with local variable" end
Generated with the Darkfish Rdoc Generator 2.