Sha256: c2f6f45f9927d796895c4b611961c85e9b9e56a28ca192ae07ac00d3af3f1f01
Contents?: true
Size: 342 Bytes
Versions: 2
Compression:
Stored size: 342 Bytes
Contents
class Document include Mongoid::Document include Mongoid::Permalinks field :name, type: String alias_method :to_s, :name end class Localized include Mongoid::Document include Mongoid::Permalinks field :name, type: String, localize: true field :permalink, type: String, localize: true alias_method :to_s, :name end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mongoid-permalinks-0.3.0 | spec/support/document.rb |
mongoid-permalinks-0.2.0 | spec/support/document.rb |