Sha256: 4ecced88a32c8b6674a13d5efe45364e2d80ad54d138ec98e2924632196ac46a
Contents?: true
Size: 236 Bytes
Versions: 12
Compression:
Stored size: 236 Bytes
Contents
module FriendlyId # A FriendlyId slug stored in an external table. # # @see FriendlyId::History class Slug < ActiveRecord::Base self.table_name = "friendly_id_slugs" belongs_to :sluggable, :polymorphic => true end end
Version data entries
12 entries across 12 versions & 1 rubygems