Does Rails automtically track the Date? -
i making calendar model
product model
because need list of products belong 1 date whether past or present products. want users able search specific date of product when put search engine in , pagination. idea or there better way? rails have way not make model , still give many products 1 date?
unless wish store else in calendar model should store date field of products model. can find_all_by_date.
Comments
Post a Comment