Re: [Rails-core] ROR Newby

2014-10-24 Thread Chad Woolley
Hi Nicole, Also, you can check a group's "About" to find out the rules for posting, if the group admins have specified any. E.g.: https://groups.google.com/forum/#!aboutgroup/rubyonrails-core Good luck! -- Chad On Fri, Oct 24, 2014 at 9:19 AM, Nicolas Cavigneaux wrote: > > Le 24 oct. 2014

Re: [Rails-core] ROR Newby

2014-10-24 Thread Nicolas Cavigneaux
Le 24 oct. 2014 à 17:42, Nicole Morales a écrit : > Hi all > Im trying to track conflicts in Event Dates. So Im basically checking if > event dates overlap > This is the code my boss helped me with however its showing records as > overlapping when there is no conflict. Any ideas? > Hi Nicole

[Rails-core] ROR Newby

2014-10-24 Thread Nicole Morales
Hi all Im trying to track conflicts in Event Dates. So Im basically checking if event dates overlap This is the code my boss helped me with however its showing records as overlapping when there is no conflict. Any ideas? def perform (user_id) user=User.find(user_id) even