Hi all,

This is probably a silly issue, but I can't seem to find a way to
search for the answer.

I'm setting the def view_permitted?(field) on a custom object that
belongs to a user with three possible conditions:

  def view_permitted?(field)

    owner_is? acting_user ||
      acting_user.administrator? ||
        acting_user.super?

  logger.info "OK"

  end

When I add any logger line in, everything works fine - if I comment
that out, or remove it, then I get a permission denied error.

def super? is defined for the user model, and so is the owner
relationship.  Truly, everything works fine if I leave a logging
message in....any ideas?

Thanks,

Mike

-- 
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.

Reply via email to