Part of the MVC pattern, the Model manages the behavior and data of the application.
3
votes
4answers
81 views
+50
Rails - Where (directories) to put Models that are not Active Record
We are building out apps that have Models that are not database components.
We are curious to learn what others are doing in the rails community to address this subject.
We are struggling with where ...