Module: HstoreTranslate::Translates::InstanceMethods
- Defined in:
- lib/hstore_translate/translates/instance_methods.rb
Instance Method Summary collapse
Instance Method Details
#disable_fallback ⇒ Object
4 5 6 |
# File 'lib/hstore_translate/translates/instance_methods.rb', line 4 def disable_fallback toggle_fallback(false) end |
#enable_fallback ⇒ Object
8 9 10 |
# File 'lib/hstore_translate/translates/instance_methods.rb', line 8 def enable_fallback toggle_fallback(true) end |