Method: NavigationHelpers#link_to_topic

Defined in:
lib/coursegen/course/helpers/navigation_helpers.rb


12
13
14
# File 'lib/coursegen/course/helpers/navigation_helpers.rb', line 12

def link_to_topic item_symbol
  link_to_section :topics, item_symbol
end