impress/app/models/color.rb

5 lines
121 B
Ruby

class Color < PetAttribute
fetch_objects!
Basic = %w(blue green red yellow).map { |name| find_by_name(name) }
end