Tell me what is mixin in rails?
Answer / keerthi
We cannot inherit subclass from more than one class so multiple inheritance is not possible in ruby if we try to enable it we use modules we can include any number of modules in one class is called mixin principles.
| Is This Answer Correct ? | 0 Yes | 0 No |
What I have to do to view my project always on browser?
What is rails scaffolding?
difference between member routes and collection routes ?
What are naming conventions?
Why do we use request.xhr? in rails
Why we use migration in rails?
In how many ways you can create rails layout http response.
How are blocks created?
What is unit testing (in classical terms)? What is the primary technique when writing a test ?
What is the rail console?
What is a proc ?
Tell us what is the difference between redirect and render in ruby on rails?