Sha256: ee1bfcad516d9246983f179e6edd4f42ecb69176cbe89e5bf83609c21f285fc5
Contents?: true
Size: 201 Bytes
Versions: 16
Compression:
Stored size: 201 Bytes
Contents
class OrangeAdvert < Orange::Carton id admin do title :title asset :asset_id text :link text :alt_text end def self.with_tag(tag) all(:tags.like => "%#{tag}%") end end
Version data entries
16 entries across 16 versions & 2 rubygems