You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: app.rb
+16-5
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ class User
14
14
DataMapper.finalize
15
15
DataMapper.auto_upgrade!
16
16
17
-
# You'll need to customize the following line. Replace the CONSUMER_KEY and CONSUMER_SECRET with the values you got from Twitter (https://dev.twitter.com/apps/new).
17
+
# You'll need to customize the following line. Replace the CONSUMER_KEY
18
+
# and CONSUMER_SECRET with the values you got from Twitter
# the following line just tests to see that it's working. If you've logged in your first user, '/' should load: "1 ... 1"; You can then remove the following line, start using view templates, etc.
32
+
# The following line just tests to see that it's working.
33
+
# If you've logged in your first user, '/' should load: "1 ... 1";
34
+
# You can then remove the following line, start using view templates, etc.
0 commit comments