:or?

Can anyone tell me what the :or option does or what is required to use
it. I am trying to integrate the beast forum and it is littered with
statements such as submit_tag ‘Submit’, :or => link_to(somewhere
else).

Any ideas would be appreciated,
JB

Jables wrote:

Can anyone tell me what the :or option does or what is required to use
it. I am trying to integrate the beast forum and it is littered with
statements such as submit_tag ‘Submit’, :or => link_to(somewhere
else).

Any ideas would be appreciated,
JB

It’s an option custom to Beast:

http://svn.techno-weenie.net/projects/beast/trunk/app/helpers/application_helper.rb


Michael W.