Sha256: 3bafa33cb468a017a634ea28b9c91db2c389aa72df2a0e866aa27fc81c94b6fc

Contents?: true

Size: 163 Bytes

Versions: 7

Compression:

Stored size: 163 Bytes

Contents

module SimpleSlug
  class HistorySlug < ActiveRecord::Base
    self.table_name = 'simple_slug_history_slugs'
    belongs_to :sluggable, polymorphic: true
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
simple_slug-0.4.6 lib/simple_slug/history_slug.rb
simple_slug-0.4.5 lib/simple_slug/history_slug.rb
simple_slug-0.4.4 lib/simple_slug/history_slug.rb
simple_slug-0.4.3 lib/simple_slug/history_slug.rb
simple_slug-0.4.2 lib/simple_slug/history_slug.rb
simple_slug-0.4.1 lib/simple_slug/history_slug.rb
simple_slug-0.4.0 lib/simple_slug/history_slug.rb