Skip to content

Commit

Permalink
fix the borked load for authlogic
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderpantsGnome committed May 12, 2009
1 parent 422ac45 commit 35b1e32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def file_inject(file_name, sentinel, string, before_after=:after)

# Setup Authlogic
# rails gets cranky when this isn't included in the config
gem 'authlogic'
generate 'session user_session'

# allow login by login or pass
Expand Down
2 changes: 1 addition & 1 deletion config/gems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ gems:

- name: 'authlogic'
version: '2.0.9'
laod: true
load: true

- name: 'norman-friendly_id'
require_name: 'friendly_id'
Expand Down

0 comments on commit 35b1e32

Please sign in to comment.