Ricardonacif / active_admin_jcrop

DEPRECATED - Jcrop plugin for ActiveAdmin, enables cropping on image fields when editing
MIT License
55 stars 35 forks source link

Use it for different namespaces #21

Closed ivanelrey closed 3 years ago

ivanelrey commented 6 years ago

I have configured active_admin for different namespaces. But crop uses only the default one how can I use it for different active_admin namespaces?

Ricardonacif commented 6 years ago

@ivanelrey you can change the code on this file https://github.com/Ricardonacif/active_admin_jcrop/blob/master/lib/active_admin_jcrop/view_helpers.rb . You can either fork it and use your fork or add the option to specify namespace and contribute to the gem with a PR 👍

Let me know if you need any help!