Skip to content

Instantly share code, notes, and snippets.

@DanyF-github
Created February 16, 2021 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanyF-github/b1d597a7a2441b6b0d55e25fed58fb2e to your computer and use it in GitHub Desktop.
Save DanyF-github/b1d597a7a2441b6b0d55e25fed58fb2e to your computer and use it in GitHub Desktop.
module Web
module Controllers
module Home
class Index
include Web::Action
def call(params)
end
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment