class Scaffolding::Attribute

def is_first_attribute?

def is_first_attribute?
  attribute_index == 0 && scaffolding_type == :crud
end