# File lib/generators/bootstrap/themed/themed_generator.rb, line 57
      def columns
        retrieve_columns.reject {|c| excluded?(c.name) }.map do |c|
          new_attribute(c.name, c.type.to_s)
        end
      end