class Ariadne::UI::Pagination::Component
def current_per_page_option
def current_per_page_option select_options.find { |option| option[:selected] } || select_options.first end
def current_per_page_option select_options.find { |option| option[:selected] } || select_options.first end