Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试访问组件的 config/initializers/boot.rb 文件中的存储集合,以声明一些中间件将 IP 地址数组列入黑名单。不幸的是,我收到以下错误:
#<NameError: undefined local variable or method `store' for main:Object>
可以在这里访问商店收藏吗?
你应该使用这个:
Volt.current_app.store
$page.store.sub_collections
工作正常。