-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.byebug_history
76 lines (76 loc) · 865 Bytes
/
.byebug_history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
c
Date.current
self.slot_date.to_date
c
self.slot_date.to_date
c
et
st
c
et
st
c
"02:00" < "24:00"
"2:00" < "24:00"
eod_time
et
et < eod_time
st < eod_time
c
st
c
et
st
c
time_slot = TimeSlot.create!(
slot_date: slot_date,
start_time: st,
end_time: et
)
et
c
n
c
params['allow_recurrance']
c
params.keys.exclude?(key)
c
params[key]
params["allow_recurrance"]
params
permitted_params
params
key
params[key]
params[key].blank?
key
c
key
c
key
c
key
c
params[key].to_date
params[key]
c
params[key]
Date.strptime(params[key], "%d-%m-%Y")
params[key].to_date
params[key].to_s.to_date
params[key].to_s
params[key].to_date
params[key]
params[key].
c
Boolean
"true".kind_of?(Boolean)
"true".kind_of?(boolean)
value
params[key].kind_of?(String)
params[key].kind_of?(Date)
params[key]
params[key].present?
params[key]
value
key