Skip to content

Instantly share code, notes, and snippets.

@johndagostino
Created October 14, 2014 23:12
Show Gist options
  • Save johndagostino/2b2553fc6ba2f7a7a398 to your computer and use it in GitHub Desktop.
Save johndagostino/2b2553fc6ba2f7a7a398 to your computer and use it in GitHub Desktop.
Apartment Catch Not Found Exception
class ApplicationController < ActionController::Base
rescue_from Apartment::SchemaNotFound, :with => :render_not_found
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment