Method: Translatable::ActiveRecord::Adapter#stash

Defined in:
lib/translatable/active_record/adapter.rb

#stashObject

The cache caches attributes that already were looked up for read access. The stash keeps track of new or changed values that need to be saved.



6
7
8
# File 'lib/translatable/active_record/adapter.rb', line 6

def stash
  @stash
end