hi.
i want all my models to have a flag model associated to it.
for instance, this very page here, say i write some inappropriate.
there’s a link to flag this page.
the link would lead to a page that grabs the session of the controller,
action, and id, and throw it into a flag model with the columns:
flag_type, comment, user_id, controller, action, id, and timestamp
is this database design optimized? or does anyone recommend a better
way?
would using polymorphics be used in this case?