sisp_info.rb
410 Bytes
class SispInfo < ActiveRecord::Base
attr_accessible :agency_identification, :softawre_requirements, :hardware_requirements, :documentation,
:system_applications, :active_versions, :estimated_cost, :responsible, :sotware_identification,
:responsible_for_acquirement, :system_info, :development_info, :maintenance, :standards_adherence, :plataform
belongs_to :sisp
end