Class: TranslationCms::Api::Customers::LetterType

Inherits:
JsonApiClient::Resource
  • Object
show all
Extended by:
HstoreTranslate::Translates
Defined in:
lib/translation_cms/api/customers/letter_type.rb

Instance Method Summary collapse

Instance Method Details

#method_missing_with_translations_will_change(method, *args, &block) ⇒ Object

we need to implement [attribute]_translations_will_change! method but who cares?



14
15
16
17
18
# File 'lib/translation_cms/api/customers/letter_type.rb', line 14

def method_missing_with_translations_will_change(method, *args, &block)
  return if method =~ /_translations_will_change!$/

  method_missing_without_translations_will_change(method, *args, &block)
end