class PlanningCenter::ServiceType

Public Instance Methods

plans() click to toggle source
# File lib/planning_center/service_type.rb, line 5
def plans
  @plans ||= Plan.find_all_for_service_type(id, client)
end