Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/models/accession.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Accession < ActiveRecord::Base
attr_accessible :accession_date, :comments, :donor, :donor_contact_info, :donor_notes, :enabled, :expected_completion_date, :identifier, :inclusive_dates, :material_type_id, :physical_description, :processing_priority_id, :received_extent, :received_extent_unit_id, :scope_content, :title, :unprocessed_extent, :unprocessed_extent_unit_id
belongs_to :material_type
has_many :accessionLocationEntries
has_one :material_type
has_many :accession_location_entries
has_many :creator_accession_relationships

end