I am using Aptana as my Rails text editor.
When I am in a controller action "new for example" and I want to navigate to the view "new.html.erb" I press "Alt+ctr+shift+down" then I can navigate to the erb view.
However, when I am using haml and try the same, Aptana searches for "new.html.erb" not "new.html.haml" and displays "view file not found"
How can I tell Aptana that I am using haml views not erb?