What is the best way to create a model in Ruby on Rails that does not have a basic implementation for a database table? It is very common to write classes that perform behavior in a specific problem area, but can take advantage of some benefits that ActiveRecord has, such as validation.
Is it better to just create it as a module or helper? What is the best practice here?
source share