photomix/app/models/user.rb

5 lines
78 B
Ruby
Raw Normal View History

2009-05-22 16:14:07 +02:00
class User < ActiveRecord::Base
acts_as_authentic
2009-06-05 14:18:03 +02:00
acts_as_permissible
2009-05-22 16:14:07 +02:00
end