Sha256: 55572275e94f8be9e561a49fd22bb51132fe945c966a450a0b34f3d24ae48261

Contents?: true

Size: 166 Bytes

Versions: 3

Compression:

Stored size: 166 Bytes

Contents

class UsersController < ApplicationController
  param_accessible( {:user => [ {:name => [:first, :last]}, :email ]} )
  
  def create; end
  def update; end
    
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
cjbottaro-param_protected-1.1.0 test/app_root/app/controllers/users_controller.rb
param_protected-1.2.0 test/app_root/app/controllers/users_controller.rb
param_protected-1.1.0 test/app_root/app/controllers/users_controller.rb