class Scaffolding::Attribute

def name_without_ids

def name_without_ids
  name.gsub(/_ids$/, "").pluralize
end