# File lib/gettext_i18n_rails/model_attributes_finder.rb, line 86
    def ignored?(name,patterns)
      return false unless patterns
      patterns.detect{|p|p.to_s==name.to_s or (p.is_a?(Regexp) and name=~p)}
    end