Sha256: 1d008e1def38c14445096fca68d5e83445af31dcbc47b701dc236334bf44f941

Contents?: true

Size: 221 Bytes

Versions: 2

Compression:

Stored size: 221 Bytes

Contents

module Operations::<%= @class_name %>
  class Update < RailsOps::Operation::Model::Update
    schema3 do
      str! :id
      hsh? :<%= @underscored_name %> do

      end
    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/update.erb
rails_ops-1.1.25 lib/generators/operation/templates/update.erb