Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information