When using Tilt for views I need to completely specify the controller
within the template file.

For example, in a Markaby view I can do this:

URL(LogIn)

But in a template file I have to do this:

URL(MyApp::Controllers::LogIn)

Is there anyway around this?

-- 
Dave
_______________________________________________
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to