Restful APIs and Model creation in Ruby on Rails
Active Record plays the most important role in ROR. Active Record is the ORM (Object-relational mapping) of rails. Using the Active Record we can perform CRUD operation in ROR and manages all database related operations. It is a model aspect of rails...
Apr 16, 20253 min read3
