I have two boolean fields in my model. There is a dependency that only one can be true at a time. On my view page I want to display them as a radio inputs using formtastic. And not separately but as a single radio group. I know there is a rails way but somehow I am not able to find it.
Please help. Thanks in Advance.