You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
выводить .description при отрисовке select, например: при редактировании Items, в списке должно быть не drink, drink, drink, а drink (energy), drink (drink), drink (cocktail)
The text was updated successfully, but these errors were encountered:
для Items сделал:
f.input :item_type,
:collection => ItemType.all.map {|i| ["#{i.name} (#{i.description})", i.id]}
сделай в остальных местах (actions, etc)
выводить .description при отрисовке select, например: при редактировании Items, в списке должно быть не drink, drink, drink, а drink (energy), drink (drink), drink (cocktail)
The text was updated successfully, but these errors were encountered: