Base Model¶
A base model is used when constructing reports using the active-record functionality of Ruby On Rails. A model is responsible for handling data in an MVC application which means that the base model, the model against which the query will be based, usually points to a database table or view.