<% form_for (@task) do |f| %>
…
<%= select_date (date.today) :task_date %>
<% end %>
The above code won’t work, what’s the right syntax?
<% form_for (@task) do |f| %>
…
<%= select_date (date.today) :task_date %>
<% end %>
The above code won’t work, what’s the right syntax?
Ryan B.
Freelancer
Skype: radarlistener
MSN & Gtalk: [email protected]
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs