seamusabshere-gdocs_bootstrap 0.1.0 → 0.1.1
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 +4 -4
- data/VERSION.yml +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -11,10 +11,10 @@ This will bootstrap your ActiveRecord model with sheet 1 of the Google Docs spre
|
|
11
11
|
|
12
12
|
You can specify other sheets (starts at 1):
|
13
13
|
|
14
|
-
class FuelType
|
15
|
-
|
16
|
-
|
17
|
-
end
|
14
|
+
class FuelType
|
15
|
+
gdocs_bootstrap :url => 'http://spreadsheets.google.com/pub?key=p70r3FHguhimIdBKyVz3iPA',
|
16
|
+
:sheet => 1
|
17
|
+
end
|
18
18
|
|
19
19
|
The gem will always set request the CSV version of the document in question.
|
20
20
|
|
data/VERSION.yml
CHANGED