module Ownership
Constants
- VERSION
Attributes
around_change[RW]
default_owner[RW]
Public Class Methods
owner()
click to toggle source
# File lib/ownership.rb, line 11 def owner Thread.current[:ownership_owner] || default_owner end