Sha256: acf116376c915ed199e99b0d8d4a96b1b18f43b11b70c453bf694912e3231703
Contents?: true
Size: 162 Bytes
Versions: 3
Compression:
Stored size: 162 Bytes
Contents
class Photo < PostType fields :photo_url, :caption, :embed required :photo_url primary :caption def self.detect?(text) has_required? text end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
myobie-turbine-core-0.1.0 | lib/types/photo.rb |
myobie-turbine-core-0.1.1 | lib/turbine-core/types/photo.rb |
myobie-turbine-core-0.2.0 | lib/turbine-core/types/photo.rb |