blob: 12d7cc27bc2de585c114062165175b00f98d5d98 (
plain)
1
2
3
4
5
6
|
Active Model provides a known set of interfaces for usage in model classes.
They allow for Action Pack helpers to interact with non-ActiveRecord models,
for example. Active Model also helps building custom ORMs for use outside of
the Rails framework.
This is for Ruby on Rails 5.2.
|