profile.rb 166 Bytes Edit Raw Blame History 1 2 3 4 5 6 require_dependency 'profile' class Profile settings_items :allow_unauthenticated_comments, :type => :boolean attr_accessible :allow_unauthenticated_comments end