Sha256: 4c542e346967ef74e853b9b90ac1642c531adf34b363172f8e113b6a7b538659

Contents?: true

Size: 168 Bytes

Versions: 150

Compression:

Stored size: 168 Bytes

Contents

class Marty::GridIndexBoolean < Marty::Base
  validates_presence_of :created_dt, :data_grid_id, :attr, :index
  validates_inclusion_of :key, in: [true, false, nil]
end

Version data entries

150 entries across 150 versions & 1 rubygems

Version Path
marty-1.0.11 app/models/marty/grid_index_boolean.rb
marty-1.0.10 app/models/marty/grid_index_boolean.rb
marty-1.0.9 app/models/marty/grid_index_boolean.rb
marty-1.0.8 app/models/marty/grid_index_boolean.rb
marty-1.0.7 app/models/marty/grid_index_boolean.rb
marty-1.0.6 app/models/marty/grid_index_boolean.rb
marty-1.0.5 app/models/marty/grid_index_boolean.rb
marty-1.0.4 app/models/marty/grid_index_boolean.rb
marty-1.0.3 app/models/marty/grid_index_boolean.rb
marty-1.0.1 app/models/marty/grid_index_boolean.rb