Code Search for Developers
 
 
  

brand.rb from crlove at Krugle


Show brand.rb syntax highlighted

class Brand < ActiveRecord::Base
  has_many :categories, :dependent => :delete_all
  
  validates_presence_of :name
end




See more files for this project here

crlove

Online psychological-test-based friend-making system.

Project homepage: http://sourceforge.net/projects/crlove
Programming language(s): Java,JavaScript,Ruby,XML
License: other

  brand.rb
  category.rb
  color.rb
  item.rb
  order.rb
  product.rb
  user.rb