[Rails] Re: group validation

2012-02-29 Thread ruby LED
3) If your timeStart and endTime are intended as "times in a day" > and not an absolute time in history, you might use my 'relativity' gem > > https://github.com/petervandenabeele/relativity > > It also has a DayTimeRange that may be useful for what you are trying > to do. If you use a standardized

[Rails] Re: group validation

2012-02-29 Thread ruby LED
ei. i want to validate the presence of date first in the database and check what are the timeStart and endTime entries in that particular date and validate its uniqueness(timeStart and endTime) base on the date? is it possible in validation or do i have to make a controller or method for it? ** ed