On 13 November 2015 at 10:10, Sireesh Sowreddy <
li...@ruby-forum.com> wrote:
> Hi to all,
> if i want to impliment dynamic dropdown i need to store those into
> database?
If they are constants then you can just declare them as constants. I
generally find that 'constants' of that type tend to be rather
variable with time so it may be better to seed them into the database
anyway.
Colin