Sha256: 310f8e8ba31e5881ba79e0d774ef8b6d959f4bcf813af597199d13fbdb46a105

Contents?: true

Size: 172 Bytes

Versions: 2

Compression:

Stored size: 172 Bytes

Contents

module Operations::<%= @class_name %>
  class Destroy < RailsOps::Operation::Model::Destroy
    schema3 do
      str! :id
    end

    model ::<%= @class_name %>
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_ops-1.1.26 lib/generators/operation/templates/destroy.erb
rails_ops-1.1.25 lib/generators/operation/templates/destroy.erb