Re: Accessing application helper from a tag

Here it is:

undefined method `admin?’ for #Page:0x3751734

Dana

Can you do a view source and see what the actual object type is that
is indicated by the # in the error. Since objects are returned as
#ObjectName:124342 they get partially mistaken for HTML tags by
browsers rendering the page.

-James