Sha256: 44698bf2e072a1e16118c161efad8d8b4fa9a347933c9309553d460dcfa285fa

Contents?: true

Size: 181 Bytes

Versions: 129

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

129 entries across 129 versions & 1 rubygems

Version Path
avo-2.53.0 lib/generators/avo/templates/standalone_action.tt
avo-2.52.0 lib/generators/avo/templates/standalone_action.tt
avo-2.49.0 lib/generators/avo/templates/standalone_action.tt
avo-2.48.0 lib/generators/avo/templates/standalone_action.tt
avo-2.47.0 lib/generators/avo/templates/standalone_action.tt
avo-2.46.0 lib/generators/avo/templates/standalone_action.tt
avo-2.45.0 lib/generators/avo/templates/standalone_action.tt
avo-2.44.0 lib/generators/avo/templates/standalone_action.tt
avo-2.43.0 lib/generators/avo/templates/standalone_action.tt
avo-2.42.2 lib/generators/avo/templates/standalone_action.tt
avo-2.42.1 lib/generators/avo/templates/standalone_action.tt
avo-2.42.0 lib/generators/avo/templates/standalone_action.tt
avo-2.41.0 lib/generators/avo/templates/standalone_action.tt
avo-2.40.0 lib/generators/avo/templates/standalone_action.tt
avo-2.39.0 lib/generators/avo/templates/standalone_action.tt
avo-2.38.0 lib/generators/avo/templates/standalone_action.tt
avo-2.37.2 lib/generators/avo/templates/standalone_action.tt
avo-2.37.1 lib/generators/avo/templates/standalone_action.tt
avo-2.37.0 lib/generators/avo/templates/standalone_action.tt
avo-2.36.3 lib/generators/avo/templates/standalone_action.tt