module DateBook::ActsAsOwner::InstanceMethods

Instance Methods

Public Instance Methods

calendars() click to toggle source
# File lib/date_book/concerns/acts_as_owner.rb, line 12
def calendars
  Calendar.with_role(:owner, self)
end