On Dec 11, 2008, at 12:08 PM, Sijo Kg wrote:

>
> There is an option prompt like
> <%= select("model", "status_id", Status.find(:all).collect {|p| [
> p.name, p.id ] },options ={:prompt => "<< Select any >>"}) %>
>
> I think you can do similarly

Doesn't seem to work in date_select. And throwing away the
power of date_select in order to handle everything myself seems
like a bad idea. I'd rather add this functionality to date_select.


Martijn.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to