Skip to content

v0.5.0

Compare
Choose a tag to compare
@reidab reidab released this 20 Jun 22:52
· 41 commits to master since this release
  • Added support for pagination with Kaminari in addition to will_paginate.
  • [!] Removed direct dependency on will_paginate. You must now include either will_paginate or kaminari in your Gemfile.
  • Fixed a bug with route generation when paper_trail_manager is used within another Rails engine.