How to map a database view using Ruby ActiveRecord?

How to map mysql database view using Ruby ActiveRecord in Rails?

+3
source share
1 answer

The Enterprise Rails book has an entire chapter on model basing in a database view. Here it is on Google Books.

+4
source

Source: https://habr.com/ru/post/1742494/


All Articles