On Monday, April 30, 2018 at 8:49:20 AM UTC-4, Walter Lee Davis wrote:
>
>
> > On Apr 30, 2018, at 5:07 AM, fugee ohu >
> wrote:
> >
> > I've been putting options for select lists in my models but I haven't
> been able to do this with option/value pairs Anyone know how? The code
> below does
On Monday, April 30, 2018 at 8:49:20 AM UTC-4, Walter Lee Davis wrote:
>
>
> > On Apr 30, 2018, at 5:07 AM, fugee ohu >
> wrote:
> >
> > I've been putting options for select lists in my models but I haven't
> been able to do this with option/value pairs Anyone know how? The code
> below does
> On Apr 30, 2018, at 5:07 AM, fugee ohu wrote:
>
> I've been putting options for select lists in my models but I haven't been
> able to do this with option/value pairs Anyone know how? The code below
> doesn't work
>
> DURATION_TYPES = [['7 days', '7' ],['14 days', '14'], ['21 days','21']
I've been putting options for select lists in my models but I haven't been
able to do this with option/value pairs Anyone know how? The code below
doesn't work
DURATION_TYPES = [['7 days', '7' ],['14 days', '14'], ['21 days','21'],
['30 days','30']]
validates :duration, inclusion: { in: DU
4 matches
Mail list logo