neerajdotname-active_record_no_table 0.0.2 → 0.0.3
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.markdown +2 -2
- metadata +1 -1
data/README.markdown
CHANGED
|
@@ -6,8 +6,8 @@ Using ActiveRecord validation utilitites is difficult if you do not have a table
|
|
|
6
6
|
|
|
7
7
|
<pre>
|
|
8
8
|
<code>
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
gem sources -a http://gems.github.com
|
|
10
|
+
sudo gem install neerajdotname-active_record_no_table
|
|
11
11
|
</code>
|
|
12
12
|
</pre>
|
|
13
13
|
|