class Lookbook::ApplicationController

def raise_not_found(message = "Page not found")

def raise_not_found(message = "Page not found")
  raise Lookbook::RoutingError, message
end