Skip to content

Commit

Permalink
Merge pull request refinery#1930 from yule/master
Browse files Browse the repository at this point in the history
Deprecation warnings using refinery when running rake
  • Loading branch information
ugisozols committed Sep 6, 2012
2 parents d32d6c6 + 38198a9 commit c582873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/refinery/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module ApplicationController

if Refinery::Core.rescue_not_found
send :rescue_from, ActiveRecord::RecordNotFound,
ActionController::UnknownAction,
::AbstractController::ActionNotFound,
ActionView::MissingTemplate,
:with => :error_404
end
Expand Down

0 comments on commit c582873

Please sign in to comment.