view test/exemplars/news_exemplar.rb @ 1184:1027f0f3a81a bug_563

Make "busy projects" and "recent projects" look uniform
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 22 Jan 2013 14:12:47 +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