1 2 3 4
class Report < ActiveRecord::Base belongs_to :reportable, :polymorphic => true ...
I added these so I could re...
I added these so I could re...