Flowdock
method

original_value_for_database

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: Attribute
original_value_for_database() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activemodel/lib/active_model/attribute.rb, line 140
    def original_value_for_database
      if assigned?
        original_attribute.original_value_for_database
      else
        _original_value_for_database
      end
    end
Register or log in to add new notes.