Revision 454:2f1a308c4c11 vendor/plugins/redmine_bibliography/app/models

View differences:

vendor/plugins/redmine_bibliography/app/models/publication.rb
12 12

  
13 13
  accepts_nested_attributes_for :authorships
14 14
  accepts_nested_attributes_for :authors, :allow_destroy => true
15
  accepts_nested_attributes_for :bibtex_entry, :allow_destroy => true 
15
  accepts_nested_attributes_for :bibtex_entry, :allow_destroy => true
16
  
17
  has_and_belongs_to_many :projects
16 18
  
17 19
  attr_writer :current_step
18 20

  

Also available in: Unified diff