我正试图利用欧洲复兴开发银行建立一个CMS。 是否有办法使欧洲复兴开发银行的代码能够读取你的模型? 例如,我希望能够把有关我的模型的任何信息(Model.all, Model.find_by_slug, Model.find_by_name, Model.other_model.name,...),但我不想改变这一数据。 您能否将电子订约从实施指挥中分离出来,从而改变数据库(Model.save, Model.update, Model.delete, Model.destroy等)?
collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...