class Simplabs::Excellent::Checks::Rails::InstanceVarInPartialCheck

This check reports partials that use instance variables. Using instance variables in partials couples the partial to the controller action or template that includes the partial and that has to define the instance variable.

Applies to