photomix/app/models/user.rb

5 lines
78 B
Ruby

class User < ActiveRecord::Base
acts_as_authentic
acts_as_permissible
end