Class: Hackernews::StoryListComponent

Inherits:
Charming::Component
  • Object
show all
Defined in:
app/components/story_list_component.rb

Instance Method Summary collapse

Instance Method Details

#renderObject



5
6
7
8
9
# File 'app/components/story_list_component.rb', line 5

def render
  return empty_state if home.current_stories.empty?

  column(*story_lines, footer_line, gap: 1)
end