From: Andreas Kleindiek Date: 2008-02-27T23:49:57+09:00 Subject: Re: :true not workin! -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sukeerthi Adiga schrieb: > if isa_registration.user_access!= :true > status= " Rejected" > else > status= " Expired" > end i think the colon is the Problem: if isa_registration.user_access!= true status= " Rejected" else status= " Expired" end -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHxXeDW5GYaw3DxvwRAgGeAKDi/2ajPI/dO3UypmFV8ljsMRF1hACgwOYA gsLKh+ycPDGTwsbD9lVO0DI= =qYir -----END PGP SIGNATURE-----