module Lookbook::PathUtils

def to_absolute(path)

def to_absolute(path)
  File.absolute_path(path.to_s, Rails.root)
end