Object
# File lib/pelita/operation/base.rb, line 8 def authorize!(options) if options["current_user"].signed_in? options["result.policy.default"] = true Right(options) else options["result.policy.default"] = false Left(options) end end