Sha256: 5848bbf05b180df14e25b9bd745cea37a358036a694e730fc72e5af1accf726a
Contents?: true
Size: 167 Bytes
Versions: 5
Compression:
Stored size: 167 Bytes
Contents
class Cms::Tagging < ActiveRecord::Base set_table_name 'cms_taggings' belongs_to :tag, :class_name => 'Cms::Tag' belongs_to :taggable, :polymorphic => true end
Version data entries
5 entries across 5 versions & 1 rubygems