module Lookbook::PathUtils

def root_path?(path)

def root_path?(path)
  Rails.application.root.to_s == path.to_s
end