simple_model_translations 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock
CHANGED
@@ -50,7 +50,7 @@ module SimpleModelTranslations
|
|
50
50
|
include SimpleModelTranslations::Attributes
|
51
51
|
extend SimpleModelTranslations::ClassMethods
|
52
52
|
|
53
|
-
has_many :translations, :class_name => translation_class.name, :dependent => :destroy, :autosave => true
|
53
|
+
has_many :translations, :class_name => translation_class.name, :dependent => :destroy, :autosave => true, :validate => true
|
54
54
|
|
55
55
|
if options[:attributes]
|
56
56
|
nested_attributes = options[:attributes].is_a?(Hash) ? options[:attributes] : {}
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_model_translations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 9
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 9
|
10
|
+
version: 0.1.9
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Pavel Forkert
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-11-
|
18
|
+
date: 2010-11-11 00:00:00 +02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|