On Feb 11, 3:26 pm, Matt Jones <[email protected]> wrote: > > Note that this should also work: > > def view_permitted?(field) > new_record? || (whatever other stuff you need) > end > > That will mean that a User that hasn't been committed to the DB (for > instance, the one used on the lifecycle form) will be viewable. > > --Matt Jones
Very cool! Thanks, Matt. -- 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.
