Sha256: e1c5d2b9f8513ac3a388f68de1dddb6c0757bb598c5c359085a788fcb393b7ac
Contents?: true
Size: 115 Bytes
Versions: 2
Compression:
Stored size: 115 Bytes
Contents
class Link < ActiveRecord::Base before_save :to_link def to_link self.permalink = self.name.to_vnlink end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
to_permalink-0.0.3 | test/dummy/app/models/link.rb |
to_permalink-0.0.2 | test/dummy/app/models/link.rb |