Skip to content

Instantly share code, notes, and snippets.

@gzigzigzeo
Created October 15, 2019 08:54
Show Gist options
  • Save gzigzigzeo/6c1b9d71c7c544d5cade25f250ce4c7f to your computer and use it in GitHub Desktop.
Save gzigzigzeo/6c1b9d71c7c544d5cade25f250ce4c7f to your computer and use it in GitHub Desktop.
class DealsController < ApplicationController
def show
Deals::ShowAction.new(self).call
end
end
class Deals::ShowAction < SimpleDelegator
def call
render ...
end
end
@gzigzigzeo
Copy link
Author

gzigzigzeo commented Oct 15, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment