Wednesday, September 05, 2007

override rescue_ation example

在Application.rb中加入以下方法重载报错页面。


def rescue_action(exception)
render :text => '
test rescue action
'
end

No comments :