You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use lazy load hooks to safely integrate with ActionController (#14)
This uses the ActiveSupport Lazy Load hooks callback to integrate ZipKit
once ActionController is loaded. Previously, the Railtie would force
ActionController to load which can cause problems.
0 commit comments