Model-View-Controller Architecture in Rails.
In M-V-C architecture, a software is modeled into three main components: model, views, and controllers
Models -> Acts as the medium for data interaction and representation
Views -> Handles the presentation of information to the user.
Controllers -...
gaetano-osur.hashnode.dev3 min read