Where does the start_tabnav gets informations for tabs rendering in ruby rail?
Answer / Rishabh Dwivedi
"In Ruby on Rails, information for tab navigation rendering is usually provided from the controller and passed as a local variable to the view. The specific variable name may vary depending on the application structure."
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention the types of variables available in Ruby Class?
What is rails scaffolding?
What are the functions performed by rails migration?
how does ruby on rails use the model view controller (mvc) framework?
what are the differences between rails 2.x and rails 3?
Why do we use request.xhr? in rails
What is unit testing (in classical terms)? What is the primary technique when writing a test ?
Explain rails caching levels.
Mention the differences between the observers and callbacks in ruby on rails.
Is ruby on rails dying?
How you run your rails application without creating databases?
How do I find only duplicate entries in a database table?