Posts by user3602763 • 21 points
1 post
-
2
votes1
answer122
viewsQ: Creating a Ruby Commitment Schedule
I want to create a kind of routine that Intercale time interval Example: 8:00 to 12:00 with 30 Minutes interval A sample of the code class Appointment < ActiveRecord::Base has_many :schedules def…