active_record_schema 0.5.8 → 0.5.9

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.8
1
+ 0.5.9
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "active_record_schema"
8
- s.version = "0.5.8"
8
+ s.version = "0.5.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["mcasimir"]
@@ -21,11 +21,15 @@ module ActiveRecordSchema
21
21
  @hierarchy_fields
22
22
  else
23
23
  @hierarchy_fields ||= ActiveSupport::OrderedHash.new
24
- self.ancestors.select { |c| c.is_a?(Class) && c.superclass == ActiveRecord::Base }.reverse_each do |klass|
24
+ model.ancestors.select { |c| c < ActiveRecord::Base }.reverse_each do |klass|
25
25
  @hierarchy_fields = @hierarchy_fields.merge(klass.fields)
26
26
  end
27
27
  end
28
- end
28
+ end
29
+
30
+ def hierarchy_fields_names
31
+ hierarchy_fields.values.map(&:name).map(&:to_s)
32
+ end
29
33
 
30
34
  def field_names
31
35
  fields.values.map(&:name).map(&:to_s)
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.8
4
+ version: 0.5.9
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: 3702613398432765162
89
+ hash: 1976954515079446063
90
90
  required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  none: false
92
92
  requirements: