Hi, I'm a very newbie hobo person and have a question about (I think) dryml.
In my User model, I've added an optional date field for birthday. >From this group, I've learned that I can globally change the date dropdown in application.dryml using this (change the underscore to dash, and attribute gets passed through to rails ActionView::Helplers::DateHelper#select_date): <extend tag="input" for="date"> <old-input merge include-blank="&true" order="month,day,year" start- year="&Time.now.year - 100" /> </extend> I don't want that behavior globally in every date dropdown. What's the proper dryml approved way of making that work just for User's form? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
