class UserActionObserver

def before_create(model)

def before_create(model)
  model.created_by = self.current_user
end