class Bootstrap::Generators::ThemedGenerator
def columns
def columns retrieve_columns.reject {|c| excluded?(c.name) }.map do |c| new_attribute(c.name, c.type.to_s) end end
def columns retrieve_columns.reject {|c| excluded?(c.name) }.map do |c| new_attribute(c.name, c.type.to_s) end end