class AppImportReviewSchoolMovesSummaryComponent
Public Class Methods
Source
# File app/components/app_import_review_school_moves_summary_component.rb, line 4 def initialize(changesets:, pagy: nil, anchor: nil) @changesets = ( if pagy changesets else changesets.sort_by { it.row_number || Float::INFINITY } end ) @destination_schools = {} @pagy = pagy @anchor = anchor end