class RequestContract include Mongoid::Document include Mongoid::Timestamps field :new_site_cost, type: Integer, :default => 0 field :hosting_with_rulingdigital_cost, type: Integer, :default => 0 field :service_cost, type: Integer, :default => 0 field :option_module_cost, type: Integer, :default => 0 field :customized_module_cost, type: Integer, :default => 0 field :template_cost, type: Integer, :default => 0 field :customized_template_cost, type: Integer, :default => 0 field :rwd_cost, type: Integer, :default => 0 has_one :site_request end