Skip to content

Commit 835c9a5

Browse files
committed
chore(Table): add note about using id instead of name
1 parent 8c1999a commit 835c9a5

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)