Skip to content

Commit 81d4508

Browse files
committed
whoops, hashtags is an array
1 parent dd238dc commit 81d4508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/rubyfriends_app.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class RubyfriendsApp
55
attr_accessor :default_hashtag, :title, :subtitle
66

77
def hashtags
8-
default_hashtag
8+
[default_hashtag]
99
end
1010

1111
def tweets

0 commit comments

Comments
 (0)