Rails Partial Templates

What is a Partial Template? A partial template is really just like any other template but can take parameters. These can also be called ‘partials’. If you pass in an instance of one model, it will be rendered once; If you pass into it a collection of records of model instances, it will be rendered […]