profile.rb 166 Bytes
require_dependency 'profile'

class Profile
  settings_items :allow_unauthenticated_comments, :type => :boolean
  attr_accessible :allow_unauthenticated_comments
end