Changeset 454
- Timestamp:
- 10/05/06 02:38:14 (2 years ago)
- Files:
-
- login_engine/trunk/lib/login_engine.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
login_engine/trunk/lib/login_engine.rb
r451 r454 52 52 if ActiveRecord::Base.pluralize_table_names 53 53 config :user_table, "users" 54 config :password_table, "password s"54 config :password_table, "password_history" 55 55 else 56 56 config :user_table, "user" 57 config :password_table, "password "57 config :password_table, "password_history" 58 58 end 59 59
