Sha256: 4cc6eefa1192527f255d6feeaa3f109e47241c9878e0031a9dd4894bff485a8d
Contents?: true
Size: 227 Bytes
Versions: 22
Compression:
Stored size: 227 Bytes
Contents
class OrangeTestimonial < Orange::SiteCarton id admin do title :name text :position text :company text :tags fulltext :blurb end def self.with_tag(tag) all(:tags.like => "%#{tag}%") end end
Version data entries
22 entries across 22 versions & 2 rubygems