what is Mixin in Rails?
Answer / Minakshi
Mixin in Rails refers to a module that contains methods and can be included into another class to add functionality. Mixins allow code reuse between classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What role does garbage collection play?
How is dynamic scaffolding different from static scaffolding?
What is ruby on rails & why it is used for?
What is the difference between false and nil in ruby?
what are helpers and how to use helpers in ror?
What is object-relationship-model (orm)?
How is direct different from render?
Explain what is the role of the subdirectories app/controllers and app/helpers in rails?
Difference between argument and parameter in ruby on rails ?
What is the Install rail package?
what are benefits of using active record as opposed to raw sql queries?
What is the difference between sessions and flash?