Home » 
        MCQs » 
        Ruby on Rails MCQs
    
        
    Which of the following option allows you to override the named route helper names that are typically used?
    
    
    
	35. Which of the following option allows you to override the named route helper names that are typically used?
    
      - :over
 
      - :method
 
      - :as
 
      - :override
 
    
    Answer: C) :as
    Explanation:
    The :as option allows you to override the named route helper names that are typically used.