试着利用狂欢。
rails g spree:install rails g theme my_theme
它返回:
Can not find generator theme
发布于 2012-04-08 22:22:57
似乎没有安装/安装主题生成器。如果只运行rails g,您应该会看到所有可用生成器的列表。名单上写的是什么?
rails g
https://stackoverflow.com/questions/10063411
相似问题