# File lib/couch_potato/forbidden_attributes_protection.rb, line 8
          def attributes=(attributes)
            super sanitize_for_mass_assignment(attributes)
          end