Setting view path in a plugin to include plugin views

I have a plugin that I'm trying to use but it keeps looking in another plugin's path for the view files.

I get this error:

"ActionView::MissingTemplate (Missing template blah.rhtml in view path other_plugin_view_dir:my_app/app/views)"

I don't know much about setting up view paths in plugins, but I imagine this is a simple fix.

Thanks, Wes