RubyFlow The Ruby and Rails community linklog

A Way to Organize POROs in Rails

So, now we came to a point where our app no longer fit to vanilla MVC and we want to extract a service layer. By “Service Layer” I mean a collection of Plain Old Ruby Objects, which hold pure business logic.

But the question is – where do we put them in our Rails app files structure?

We got several options here: [read more]

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in