Class: WithStudentPathNavigation::NextParentNavigation

Inherits:
ContinueNavigation show all
Defined in:
app/helpers/concerns/with_student_path_navigation/next_parent_navigation.rb

Instance Method Summary collapse

Methods inherited from ContinueNavigation

#clazz, #icon, #key, #right

Methods inherited from Navigation

#button, #initialize, #link_icon, #merge_confirmation_classes, #method_missing, #right

Constructor Details

This class inherits a constructor from WithStudentPathNavigation::Navigation

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class WithStudentPathNavigation::Navigation

Instance Method Details

#sibling_for(navigable) ⇒ Object



3
4
5
# File 'app/helpers/concerns/with_student_path_navigation/next_parent_navigation.rb', line 3

def sibling_for(navigable)
  super(navigable.navigable_parent)
end