Title / Description
Code # == Schema Information # Schema version: 20080506190612 # # Table name: formats # # id :integer(11) not null, primary key # name :string(255) # class Format < ActiveRecord::Base has_many :categories, :order => "`categories`.`name`" #has_many :lists validates_presence_of :name end
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code