Sha256: c563d49ebe01e82df1f7187afb48d173f0bd8563b3548e5ce7b17746cddc6d87

Contents?: true

Size: 181 Bytes

Versions: 127

Compression:

Stored size: 181 Bytes

Contents

class <%= class_name.camelize %> < Avo::BaseAction
  self.name = '<%= name.underscore.humanize %>'
  self.standalone = true

  def handle(fields:)
    # Do something here
  end
end

Version data entries

127 entries across 127 versions & 1 rubygems

Version Path
avo-2.12.1.pre.1 lib/generators/avo/templates/standalone_action.tt
avo-2.12.0 lib/generators/avo/templates/standalone_action.tt
avo-2.11.3.pre.3 lib/generators/avo/templates/standalone_action.tt
avo-2.11.3.pre.2 lib/generators/avo/templates/standalone_action.tt
avo-2.11.2.pre.3 lib/generators/avo/templates/standalone_action.tt
avo-2.11.2.pre.2 lib/generators/avo/templates/standalone_action.tt
avo-2.11.2.pre.1 lib/generators/avo/templates/standalone_action.tt
avo-2.11.1.pre.3 lib/generators/avo/templates/standalone_action.tt
avo-2.11.1 lib/generators/avo/templates/standalone_action.tt
avo-2.11.1.pre.2 lib/generators/avo/templates/standalone_action.tt
avo-2.11.1.pre.1 lib/generators/avo/templates/standalone_action.tt
avo-2.11.0 lib/generators/avo/templates/standalone_action.tt
avo-2.10.3.pre.1 lib/generators/avo/templates/standalone_action.tt
avo-1.25.2 lib/generators/avo/templates/standalone_action.tt
avo-2.10.2 lib/generators/avo/templates/standalone_action.tt
avo-2.9.2.pre1 lib/generators/avo/templates/standalone_action.tt
avo-2.10.0 lib/generators/avo/templates/standalone_action.tt
avo-2.9.1.pre7 lib/generators/avo/templates/standalone_action.tt
avo-2.9.1.pre6 lib/generators/avo/templates/standalone_action.tt
avo-2.9.1.pre5 lib/generators/avo/templates/standalone_action.tt