Nested params controller verification

Is it possible to verify nested params in controller somehow, like:

class SomeController < ApplicationController   verify :params => {:user => :login} end

Thanks