# -*- encoding : utf-8 -*- class Slider < ActiveRecord::Base belongs_to :home has_many :slides, :order => :position end