7 lines
115 B
Ruby
7 lines
115 B
Ruby
class AnnonceTel < ActiveRecord::Base
|
|
belongs_to :marque
|
|
|
|
MARQUES = ["Apple", "Samsung", "LG", "Nokia"]
|
|
|
|
end
|