Method: TabStudents#initialize
- Defined in:
- lib/tab_students.rb
#initialize ⇒ TabStudents
Returns a new instance of TabStudents.
12 13 14 15 16 |
# File 'lib/tab_students.rb', line 12 def initialize @controller = StudentListController.new(self) @current_page = 1 @total_count = 0 end |