Is it possible to verify nested params in controller somehow, like:
class SomeController < ApplicationController
verify :params => {:user => :login}
end
Thanks
Is it possible to verify nested params in controller somehow, like:
class SomeController < ApplicationController
verify :params => {:user => :login}
end
Thanks
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs