search for: transactiona

Displaying 1 result from an estimated 1 matches for "transactiona".

Did you mean: transaction
2012 Mar 06
0
Devise/Cancan Signout User On Controller Action
I have implemented Devise for Authentication and Authorization in ROR application everything seems fine but getting one issue. I have two modals "Account" and "Transactiona" , and so two controllers respectively. My Transaction Index view call one of Account Controller method like this $.post("accounts/our_miles_balance/?account_number="+$("#account_number").val(),function(data) { $("#our_miles_balance").val(data); }); When t...