Class: Admin::EffectiveMentorshipBulkGroupMenteesDatatable

Inherits:
Effective::Datatable
  • Object
show all
Defined in:
app/datatables/admin/effective_mentorship_bulk_group_mentees_datatable.rb

Instance Method Summary collapse

Instance Method Details

#mentorship_bulk_groupObject



61
62
63
# File 'app/datatables/admin/effective_mentorship_bulk_group_mentees_datatable.rb', line 61

def mentorship_bulk_group
  @mentorship_bulk_group ||= EffectiveMentorships.MentorshipBulkGroup.find_by_id(attributes[:mentorship_bulk_group_id])
end