Trestle ActiveJob (trestle-active_job)
Add an interface to Trestle to perform ActiveJobs
Getting Started
These instructions assume you have a working Trestle application. To integrate trestle-active_job, first add it to your application's Gemfile:
gem 'trestle-active_job'
Run bundle install
, and then restart your Rails server.
License
The gem is available as open source under the terms of the MIT License.