We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd238dc commit 81d4508Copy full SHA for 81d4508
app/models/rubyfriends_app.rb
@@ -5,7 +5,7 @@ class RubyfriendsApp
5
attr_accessor :default_hashtag, :title, :subtitle
6
7
def hashtags
8
- default_hashtag
+ [default_hashtag]
9
end
10
11
def tweets
0 commit comments