constant_table_saver 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/constant_table_saver.rb +1 -1
- data/lib/constant_table_saver/version.rb +1 -1
- metadata +4 -4
data/lib/constant_table_saver.rb
CHANGED
@@ -192,7 +192,7 @@ module ConstantTableSaver
|
|
192
192
|
end
|
193
193
|
|
194
194
|
def respond_to?(method_id, include_private = false)
|
195
|
-
super || (@constant_record_methods.nil? && define_named_record_methods && super)
|
195
|
+
super || (@constant_record_methods.nil? && attribute_methods_generated? && define_named_record_methods && super)
|
196
196
|
end
|
197
197
|
|
198
198
|
def method_missing(method_id, *arguments, &block)
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: constant_table_saver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 3.0.
|
9
|
+
- 1
|
10
|
+
version: 3.0.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Will Bryant
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2013-
|
18
|
+
date: 2013-06-11 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: activerecord
|