You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
How do I declare an enumerated field in a model? For example, I want an "issue" to have a "status", and the latter can only be "Open" or "Closed".
kevinpfromnm
unread,
Jul 1, 2011, 6:49:38 PM7/1/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
Well, you can use enum_string or if you think you need or will need additional logic about the changing of status, you might consider checking out lifecycles.