How Can I get radio button value

Hi everyone

I have such question:
How Can I get radiobuttton value in controller, if I have such code for
radio button in _form.rhtml

Duration

<%= radio_button_tag “duration”,“weekly”,true,:id => ‘weekly’ %>

Thanks