Module: ActiveRecord::Errors::Localize

Defined in:
lib/active_record/errors/localize.rb,
lib/active_record/errors/localize/version.rb

Overview

Localize ActiveRcord error messages. It uses refinements, cuz do not want to change ActiveRecord behavior as possible and Intended to use this gem in rare situation, we need return error message for user. Like error handler exmple below.

See Also:

  • exampleexample.rb

Constant Summary collapse

VERSION =
"0.1.1"