Skip to content

Commit 970efa2

Browse files
fixes fever api
1 parent 75e31a6 commit 970efa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fever_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def unread_stories(since_id = nil)
111111
end
112112
end
113113

114-
def starred_stories
114+
def all_starred_stories
115115
Story.where(is_starred: true)
116116
end
117117

0 commit comments

Comments
 (0)