Simply make your helper methods non-public. Perhaps helper_method could warn you if public_instance_methods.include?(method_name) but this really isn’t its concern.
jeremy
Simply make your helper methods non-public. Perhaps helper_method could warn you if public_instance_methods.include?(method_name) but this really isn’t its concern.
jeremy