module DateBook::ActsAsOwner
Mixin to allow acts_as_owner
behavior in User model
Public Instance Methods
acts_as_owner(_options = {})
click to toggle source
# File lib/date_book/concerns/acts_as_owner.rb, line 6 def acts_as_owner(_options = {}) include InstanceMethods end