Sha256: 814415b40f9fa35553a10e2c63c4f4b3b09de16d06c5870cdaf3a87994b5a90c
Contents?: true
Size: 177 Bytes
Versions: 1
Compression:
Stored size: 177 Bytes
Contents
# frozen_string_literal: true <% module_namespacing do -%> class <%= class_name %>Action < ApplicationAction def perform(*args) # Do something here. end end <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
upgrow-0.0.5 | lib/generators/upgrow/action/templates/action.rb.tt |