我有像
这样的对象class Book
include Mongoid::Document
include Mongoid::Timestamps
field :name, type: String
field :notes, type: String
end
当我展示它时,我的某个对象的网址就像http://localhost:3000/coins/5a2e9e460d5fdd0a32153c31
如何使网址与对象名称(#{book.name})相关,如
http://localhost:3000/coins/harrypotter
或
http://localhost:3000/coins/mazerunner
或
http://localhost:3000/coins/coolbook