Project

General

Profile

« Previous | Next » 

Revision 752d9eae

Added by Ohad Levy over 10 years ago

refs #3930 - ensure a user can actually update itself.

View differences:

app/models/concerns/authorization.rb
# editing own user is a special case
if User.current
action = if klass == 'user'
{ :controller => 'users', :action => operation }
{ :controller => 'users', :action => operation, :id => self.id }
else
"#{operation}_#{klasses}".to_sym
end

Also available in: Unified diff