Created
October 14, 2014 23:12
-
-
Save johndagostino/2b2553fc6ba2f7a7a398 to your computer and use it in GitHub Desktop.
Apartment Catch Not Found Exception
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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