Skip to content

Commit

Permalink
Add email field to form
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Mar 21, 2009
1 parent 504f98f commit 5889d38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion app/views/users/_form.erb
Expand Up @@ -6,4 +6,6 @@
<br />
<%= form.label :password_confirmation %><br />
<%= form.password_field :password_confirmation %><br />
<br />
<br />
<%= form.label :email %><br />
<%= form.text_field :email %><br />
4 changes: 2 additions & 2 deletions config/environment.rb
Expand Up @@ -31,8 +31,8 @@
# in vendor/plugins are loaded in alphabetical order.
# :all can be used as a placeholder for all plugins not explicitly named
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]
#config.plugin_paths += ["#{RAILS_ROOT}/../../Libs"]
#config.plugins = [:authlogic]
config.plugin_paths += ["#{RAILS_ROOT}/../../Libs"]
config.plugins = [:authlogic]

# Add additional load paths for your own custom dirs
# config.load_paths += %W( #{RAILS_ROOT}/extras )
Expand Down

0 comments on commit 5889d38

Please sign in to comment.