Sha256: 0b49431c9adb07a54fd1760605750029162b6fd78ed81b2cb62c953ec2f1fa99
Contents?: true
Size: 186 Bytes
Versions: 13
Compression:
Stored size: 186 Bytes
Contents
class <%= @class_name.classify %> < ActiveForce::SObject self.table_name = '<%= @table_name %>' <% attributes.each do |attribute| -%> <%= attribute_line attribute %> <% end -%> end
Version data entries
13 entries across 13 versions & 1 rubygems