Module: HstoreTranslate::Translates::InstanceMethods

Defined in:
lib/hstore_translate/translates.rb

Instance Method Summary collapse

Instance Method Details

#disable_fallbackObject



28
29
30
# File 'lib/hstore_translate/translates.rb', line 28

def disable_fallback
  @disable_fallback = true
end

#enable_fallbackObject



32
33
34
# File 'lib/hstore_translate/translates.rb', line 32

def enable_fallback
  @disable_fallback = false
end