Skip to content

Instantly share code, notes, and snippets.

@hesco
Created April 19, 2014 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hesco/91e52972eaf06476f0be to your computer and use it in GitHub Desktop.
Save hesco/91e52972eaf06476f0be to your computer and use it in GitHub Desktop.
if( ! $validation->is_valid ){
# this log message is untested still.
$self->app->log->debug('DEBUG: Validation error found: ');
$self->app->log->debug( Dumper( $validation ) );
return $self->render( template => 'landing_pages/free_concierge_service', format => 'html' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment