aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/polymorphic_routes.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-08-28 05:01:57 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-08-28 05:23:34 -0300
commit1851af84c1c7244dc416be9c93a4700b70e801e3 (patch)
tree70c7304b1bf1fb0ed9c8f3425c23ea432b0a64f8 /actionpack/lib/action_dispatch/routing/polymorphic_routes.rb
parentd630c76f3fef54da4859d540060e90cc294b5516 (diff)
downloadrails-1851af84c1c7244dc416be9c93a4700b70e801e3.tar.gz
rails-1851af84c1c7244dc416be9c93a4700b70e801e3.tar.bz2
rails-1851af84c1c7244dc416be9c93a4700b70e801e3.zip
password_field renders with nil value by default
This makes the use of passwords secure by default if you want to render the value of the password_field you have to do for instance f.password_field(:password, :value => @user.password) # => <input type=password id=user_password name=user[password] value=#{@user.password} />
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/polymorphic_routes.rb')
0 files changed, 0 insertions, 0 deletions