Sha256: 27e456dcf5f4c9af1980d7bbabe2cf2322580a3bf8e3e9b0dc80e04867aecd26

Contents?: true

Size: 163 Bytes

Versions: 5

Compression:

Stored size: 163 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
marty-1.0.0 app/models/marty/grid_index_boolean.rb
marty-0.5.41 app/models/marty/grid_index_boolean.rb
marty-0.5.40 app/models/marty/grid_index_boolean.rb
marty-0.5.39 app/models/marty/grid_index_boolean.rb
marty-0.5.38 app/models/marty/grid_index_boolean.rb