Skip to content

Commit

Permalink
seems this may need to be in here instead
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Sep 30, 2009
1 parent 84ff8b8 commit 18e3a40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions vendor/plugins/authentication/app/models/user.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'digest/sha1'
require 'assm'
class User < ActiveRecord::Base
include AASM # include the library which will give us state machine functionality.

Expand Down
1 change: 0 additions & 1 deletion vendor/plugins/refinery/lib/refinery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module Refinery
begin
require 'friendly_id'
require 'will_paginate'
require 'aasm'
rescue LoadError => load_error
# this will stop us running rake gems:install which we don't really want so just trap this error.
end
Expand Down

0 comments on commit 18e3a40

Please sign in to comment.