Method: Translatable::ActiveRecord::Adapter#record

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

#recordObject

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 record
  @record
end