Search Results

2
votes
3answers
282 views

Viewing Rails model page works on first view but not subsequent views

This is using Rails 2.2.2 I have a model that uses the acts_as_flaggable plugin, and on the page I use to display an instance of the model, I list any flags that the model has. When …