acts_as_translatable 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ class ActiveRecord::Base
9
9
  after_save :save_translations
10
10
  after_destroy :destroy_record_translations
11
11
  has_many :record_translations, :foreign_key => :translatable_id, :conditions => { :translatable_type => '#{name}'}
12
- default_scope :include => :record_translation
12
+ default_scope :include => :record_translations
13
13
 
14
14
  def self.translatable_fields
15
15
  [#{field_symbols}]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_translatable
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Lasse Bunk