class Alias < ActiveRecord::Base belongs_to :page belongs_to :web def initialize(options) super({ :web => options[:page].web, }.merge(options)) end end