dropzonejs-rails icon indicating copy to clipboard operation
dropzonejs-rails copied to clipboard

Replace Rails dependency with railties

Open justinhoward opened this issue 3 years ago • 0 comments

Allows usage with minimal Rails installs that do not include all Rails gems.

This gem directly uses Rails::Generators::Base and Rails::Engine. Both of these are available in the railties gem.

justinhoward avatar May 13 '22 22:05 justinhoward