6 7 8 9 10
# File 'app/controllers/inkling/paths_controller.rb', line 6 def index @content_types = Inkling::Content::Types.listed @content_types ||= [] @path = Inkling::Path.new end