more questions about the blog tutorial -
in the tutorial there is functionality to approve comments and there is reference to an approve() method in the Comment class
not sure how to put this together exactly -
here is what it says in the tutorial:
[font=courier][color=green]"In the above, when the approve action is invoked via a POST request, we call the approve() method defined in the Comment model to change the status. We then redirect the user browser to the page displaying the post that this comment belongs to."[/color][/font]
Is there any instructions about how this approve() method should be implemented?