has_moderated 1.0.rc5 → 1.0.rc6

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/README.rdoc CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Add it to your project's Gemfile
7
7
 
8
- gem "has_moderated", ">=1.0.rc4"
8
+ gem "has_moderated", ">=1.0.rc6"
9
9
 
10
10
  and run
11
11
 
@@ -20,6 +20,10 @@ module HasModerated
20
20
  attributes[name]
21
21
  end
22
22
 
23
+ def id
24
+ attributes["id"]
25
+ end
26
+
23
27
  def to_s
24
28
  "#<HasModerated::Fake#{@fake_of_model.to_s}>"
25
29
  end
@@ -1,3 +1,3 @@
1
1
  module HasModerated
2
- VERSION = "1.0.rc5"
2
+ VERSION = "1.0.rc6"
3
3
  end