我在我的引擎中使用Rabl(“Api”引擎)。但是,封装引擎的应用程序需要我在Gemfile中添加gem Rabl
。
我已将rabl添加为api.gemspec
中的依赖项,但它没有任何区别。
如果在主应用程序的Gemfile中未指定Rabl,我得到的错误是:
Missing template api/rentable_properties/index with {:locale=>[:en], :formats=>[:json], :handlers=>[:erb, :builder, :raw, :ruby, :jbuilder, :coffee, :haml]}. Searched in:
知道为什么吗?谢谢!