Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@palkan palkan released this 17 Jun 11:53
· 402 commits to master since this release

Highlights

  • JRuby compatibility

  • Added reasons.details:

    rescue_from ActionPolicy::Unauthorized do |ex|
      ex.result.reasons.details #=> { stage: [:show?] }
    end

See Changelog for more.