class Scaffolding::Attribute

def is_association?

def is_association?
  is_belongs_to? || is_has_many?
end