Mercurial > hg > soundsoftware-site
view test/exemplars/news_exemplar.rb @ 1219:3286032e15cf live
Some layout and fixes
author | Chris Cannam |
---|---|
date | Tue, 12 Mar 2013 13:24:05 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class News < ActiveRecord::Base generator_for :title, :start => 'A New Item' generator_for :description, :start => 'Some content here' end