Method: TabStudents#on_create

Defined in:
lib/tab_students.rb

#on_createObject



18
19
20
21
# File 'lib/tab_students.rb', line 18

def on_create
  @controller.on_view_created
  @controller.refresh_data(@current_page, STUDENTS_PER_PAGE)
end