Howdy,
Our project is a mix of erb and haml templates, but the majority are erb. Prior to installing the haml plugin in the Rails project and the Textmate bundle, the "Go To View" shortcut in TextMate would neatly take me to the .html.erb view from a controller, but now wants to go to the .html.haml file, which doesn't exist for most views. Is there a way to set the default back to .erb ? Uninstalling the TextMate HAML bundle doesn't seem to do it.
Cheers, Pete