views:

24

answers:

0

I have a model called 'Project' with a field called 'status'. If the user changes any data in the view, I need to change the status value. How do I check in the Controller to see if the model coming back from the view is dirty?

Thanks!