RubyFlow The Ruby and Rails community linklog

Using Interactors to organise business logic

I was introduced to using Interactors to extract business logics out of the controller and organise it using Interactors according to tasks. I have grown fond of this pattern a lot as it explicitly shows what tasks are required to be executed when an action in a controller is requested. I have decided to write a post on what I have learnt about using Interactors

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