On 5 November 2015 at 21:24, Josh Marchello <[email protected]> wrote: > Hey all, > > I've been doing rails for a couple years now but this is my first time in > the mailing list. > > My question is this: > > I've got a little objects housing some data, more or less like a struct with > an initializer. What is the "Rails way" regarding arbitrary objects like > this? Do I just stick it in the 'model' directory? or may 'lib'?
Assuming you mean classes then I would put them models. Then it is easy to add the tests. Timothy is right though, do whatever seems appropriate for your project. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLtZXGWJL9GXCJN5Ljt%3Dp3GhnbyLotZ1-tpueqvwK3r%2Bqw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

