Ruby on Rails Saturday, April 28, 2018

I'm trying to put an inclusion list in my model which has the display options and values for select in my form and validation in the model My code causes  'not included in the list' error:


  DURATION_TYPES =  [['7 days', 7 ],['14 days', 14], ['21 days',21], ['30 days',30]]

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/3c500355-d992-4867-a215-4f3d6b5bd908%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment