rails_dictionary 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ module ActsAsDictSlave
15
15
 
16
16
  # return columns that exist in DictType#tab_and_column
17
17
  def columns_in_dict_type
18
- DictType.tab_and_column[self.name.downcase.to_sym]
18
+ DictType.tab_and_column[self.name.underscore.to_sym]
19
19
  end
20
20
 
21
21
  # columns which map to dictionary
@@ -1,3 +1,3 @@
1
1
  module RailsDictionary
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rails_dictionary
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - raykin
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-02-28 00:00:00 +08:00
13
+ date: 2011-03-01 00:00:00 +08:00
14
14
  default_executable:
15
15
  dependencies: []
16
16