uploadcolumn 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.3
1
+ 0.3.4
@@ -36,7 +36,7 @@ module UploadColumn
36
36
  if statement and predicate and name.to_s == statement and not self.read_attribute(column_name.to_sym)
37
37
  uploaded_file = self.send(:get_upload_column, name.to_sym)
38
38
 
39
- super(column_name.to_sym, handle_predicate(uploaded_file, predicate))
39
+ self.send(:write_attribute, column_name.to_sym, handle_predicate(uploaded_file, predicate))
40
40
  end
41
41
 
42
42
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uploadcolumn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 3
10
- version: 0.3.3
9
+ - 4
10
+ version: 0.3.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dave Hrycyszyn