Thanks John ;). W
On 5/27/10 2:00 AM, John Mettraux wrote:
On Thu, May 27, 2010 at 01:56:04AM -0500, Wes Gamble wrote:Is this a correct setup of a Rufus::Decision::Participant: #Define and register the rules engine @engine.register_participant 'rules_engine', Rufus::Decision::Participant, :table => { in:message,out:message ,Random number } I keep getting parsing errors and I can't see what I'm doing wrong.Hello Wes, you're missing a '%' : ---8<--- @engine.register_participant 'rules_engine', Rufus::Decision::Participant, :table => %{ in:message,out:message ,Random number } --->8--- Best regards,
-- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
