Method: Hanami.bundler_groups
- Defined in:
- lib/hanami.rb
.bundler_groups ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns an array of bundler group names to be eagerly loaded by hanami-cli and other CLI extensions.
266 267 268 |
# File 'lib/hanami.rb', line 266 def self.bundler_groups [:plugins] end |