我有这个对象是使用一些 Ancestry Gem 方法从查询中返回的:
@category = ItemsCategory.find(params[:id_and_name]).subtree.arrange
这是结果:
category = {#<ItemsCategory id: 16, name: "Coffee Tables", created_at: "2014-04-02 19:50:26", updated_at: "2014-06-03 21:03:03", title_tag: nil, description_tag: nil, ancestry: "144/1/7">=>{}}
我怎样才能得到不同的钥匙?如果我说@category.id 我得到@category has no method id