Hi, I want to build a planning availabilities per users. I already have an idea but I don't know if it is the easiest one to implement. I already have a user model. I could create a unavailabilites table with these columns: id, from, to, user_id
And I have a calendar view where i check for each hours of the day the unavailabilities. And then I am able to build the unavailabilities table. What do you think? Greg -- Posted via http://www.ruby-forum.com/. -- 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.

