58
edits
Changes
m
* ==== config/routes.rb====
* ==== db/schema.rb====
→Core Umlaut Files Added or Updated
#require 'authlogic'
config.gem 'authlogic', :version => "= 2.1.0"</pre>
Added url routes:
<pre>
map.resources :users
</pre>
Modified the user table to use with authlogic. Included column for mobile phone and user attributes.