Sha256: 703107157b64a4aa581842aa514ef068991bb877cf9d522b9b89a513714c200f

Contents?: true

Size: 175 Bytes

Versions: 5

Compression:

Stored size: 175 Bytes

Contents

class ActiveShepherd::ChangesValidator
  attr_reader :errors, :record

  def initialize(record)
    @record = record
  end

  def validate(changes)
    @errors = []
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
activeshepherd-0.8.4 lib/active_shepherd/changes_validator.rb
activeshepherd-0.8.3 lib/active_shepherd/changes_validator.rb
activeshepherd-0.8.2 lib/active_shepherd/changes_validator.rb
activeshepherd-0.8.1 lib/active_shepherd/changes_validator.rb
activeshepherd-0.8.0 lib/active_shepherd/changes_validator.rb