Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在具有整数选项的rails中创建一个下拉菜单我想为2000年到2013年创建一个下拉菜单,但是从菜单中选择的选项应该作为整数而不是字符串存储在数据库中
您可以通过获取菜单项并在保存之前转换为整数来执行此操作。
menu_item.to_i