photomix/app/models/user.rb
2009-06-05 14:18:03 +02:00

5 lines
78 B
Ruby

class User < ActiveRecord::Base
acts_as_authentic
acts_as_permissible
end