created_on is a rails column keyword used for creation date. timestamps includes created_at which is the timestamp (datetime) equivalent so there wouldn't be an advantage that I can see to using a second created_on field.
if you're instead looking for how to add created time to the card, you redefine/extend the card for the object you're trying to change. On Feb 23, 2:42 am, Edward Samokhvalov <[email protected]> wrote: > Dear all, > > is this possible to have created_on field be a part of the object > shown on list of objects? > > like having /site/objects > and > model object > title :string , :name => true > created_on :timestamp , :name => true > timestamps > end -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
