Class: Nullalign::Reporter

Inherits:
Object
  • Object
show all
Defined in:
lib/nullalign/reporter.rb

Instance Method Summary collapse

Instance Method Details

#report_validates_presence_problems(null_constraints_by_model) ⇒ Object



5
6
7
# File 'lib/nullalign/reporter.rb', line 5

def report_validates_presence_problems(null_constraints_by_model)
  Nullalign::Reporters::ValidatesPresenceOf.new.report(null_constraints_by_model)
end