active_record_schema 0.5.3 → 0.5.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/active_record_schema.gemspec +1 -1
- data/lib/active_record_schema/dsl.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.4
|
@@ -33,7 +33,7 @@ module ActiveRecordSchema
|
|
33
33
|
skip_index = options.delete(:index) == false
|
34
34
|
|
35
35
|
foreign_key = options[:foreign_key] || "#{name}_id"
|
36
|
-
field :"#{foreign_key}"
|
36
|
+
field :"#{foreign_key}", :as => :integer
|
37
37
|
|
38
38
|
if options[:polymorphic]
|
39
39
|
foreign_type = options[:foreign_type] || "#{name}_type"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_record_schema
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -86,7 +86,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
86
86
|
version: '0'
|
87
87
|
segments:
|
88
88
|
- 0
|
89
|
-
hash:
|
89
|
+
hash: -884911166514939792
|
90
90
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
91
91
|
none: false
|
92
92
|
requirements:
|