class Scaffolding::Attribute

def name_without_id

def name_without_id
  name.gsub(/_id$/, "")
end