Skip to content

Commit 9b1e61a

Browse files
authored
Merge pull request #116 from theblang/tweak-table-doc
chore(Table): add note about using id instead of name
2 parents 8c1999a + 835c9a5 commit 9b1e61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Airrecord.api_key = "your api key" # see authentication section
124124

125125
class Tea < Airrecord::Table
126126
self.base_key = "app1"
127-
self.table_name = "Teas"
127+
self.table_name = "Teas" # or the tblX id
128128

129129
def location
130130
[self["Village"], self["Country"], self["Region"]].compact.join(", ")

0 commit comments

Comments
 (0)