app/models/tr8n/translation_key_source.rb in tr8n-3.1.5 vs app/models/tr8n/translation_key_source.rb in tr8n-3.1.6

- old
+ new

@@ -21,10 +21,9 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #++ class Tr8n::TranslationKeySource < ActiveRecord::Base set_table_name :tr8n_translation_key_sources - after_save :clear_cache after_destroy :clear_cache belongs_to :translation_source, :class_name => "Tr8n::TranslationSource" belongs_to :translation_key, :class_name => "Tr8n::TranslationKey"