Sha256: 4344910c1d1348bb8ac771f244d7fe0fcf656a266d2bd16362a082e1c1502286

Contents?: true

Size: 140 Bytes

Versions: 2

Compression:

Stored size: 140 Bytes

Contents

class Post < ActiveRecord::Base
  has_permalink :title, :unique => true, :to_param => :permalink
  
  validates_uniqueness_of :permalink
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
permalink-0.1.1 test/models/post.rb
permalink-0.1.0 test/models/post.rb