In my model I have an attribute "duration" (seconds as an integer) But
the views new/edit have input for: hours, minutes, seconds.

Should I have in model (attr_accessor :hours, :minutes, :seconds) then
how do I convert these virtual attributes into my "duration"
attribute, Coming from Java I'd have setter/getter on "duration"!
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to