module Rails

def public_path

def public_path
  application && application.paths.public.to_a.first
end