Method: ContentHelpers#toc_link_to

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


23
24
25
# File 'lib/coursegen/course/helpers/content_helpers.rb', line 23

def toc_link_to item
    link_to_unless_current item[:title], item
end