class RailsBestPractices::Reviews::ReplaceInstanceVariableWithLocalVariableReview

Review a partail view file to make sure there is no instance variable.

See the best practice details here rails-bestpractices.com/posts/2010/07/24/replace-instance-variable-with-local-variable/

Implementation:

Review process:

check all instance variable in partial view files,
if exist, then they should be replaced with local variable