Displaying 2 results from an estimated 2 matches for "pre_edit".
Did you mean:
perl_edit
2009 May 15
0
[PATCH server] final cleanup for service layer refactoring.
...s ApplicationController < ActionController::Base
init_gettext "ovirt"
layout :choose_layout
- # FIXME: once service layer is complete, the following before_filters will be
- # removed as their functionality has been moved to the service layer
- # pre_new
- # pre_create
- # pre_edit
- # pre_show
- # authorize_admin
- before_filter :pre_new, :only => [:new]
- before_filter :pre_create, :only => [:create]
- # the following is to facilitate transition to service layer
- before_filter :tmp_pre_update, :only => [:edit, :update, :destroy]
- before_filter :pre_show, :...
2009 May 19
1
re-sending outstanding controller refactoring patches after rebase
I've rebased the patch series to the current next branch and am sending them again.