I'm sure this is easy but I can't seem to pass any variables into my views from my controller. Does anyone know the best practice for this? I'm using touch pr2 and working with the MVC pattern.
You can set a property on the view before an action and that action can check that property. Or you can have a method on the view that accepts a parameter.