Method: ActiveModel::Error#base

Defined in:
activemodel/lib/active_model/error.rb

#baseObject (readonly)

The object which the error belongs to



119
120
121
# File 'activemodel/lib/active_model/error.rb', line 119

def base
  @base
end