Date_select parameter

Trying to add start year to date_select

<%= date_select(:start_year => 1980)%>

It’s throwing an exception "wrong number of arguments (1 for 0)
Can’t I add a start_year, API shows this option ?

TIA
Stuart