annotate .svn/pristine/a6/a698a7c63fb02fea3b0e007c142739ab5d32692d.svn-base @ 985:acaa61dde68b bug_522

Allow file attachment to wrap to avoid extra-wide text field
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 26 Oct 2012 17:18:52 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 class IssueStatus < ActiveRecord::Base
Chris@909 2 generator_for :name, :start => 'Status 0'
Chris@909 3
Chris@909 4 end