Repository URL to install this package:
module Topical class Tagging < ::ActiveRecord::Base belongs_to :taggable, polymorphic: true belongs_to :tag default_scope -> { order :position } end end