has_moderated 1.0.rc5 → 1.0.rc6

Sign up to get free protection for your applications and to get access to all the features.
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