- Published
- Author
- Sujay
To ensure a dependency is installed with the engine during gem install, it must be specified within the
#rails #rails-engines
Gem::Specification block inside the engine's .gemspec file (e.g., blog.gemspec for an engine named Blog, located at the root)Code
s.add_dependency "pagy"#rails #rails-engines