Railsify!

acts_as_taggable_redux

  • Avatar

    Posted at 10 months ago by Henrik Nyh (Henrik)

    Though tag ownership is a nice addition, passing the user id in as a hidden form field isn't a good idea: form field values are easily spoofed.

  • Avatar

    Posted at 10 months ago by Wesley Beary (monki) This is my plugin

    Yeah, in production you'd probably just want to use current_user.id or something instead.