Skip to content

Commit

Permalink
missing a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
scleveland committed Mar 12, 2012
1 parent 602fc2d commit 397eac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yogo/collection/property.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Property
property :data_collection_id, UUID
property :original_uid, UUID, :required=>false
property :updated_comment, Text, :lazy=>false
property :provenance_comment, Text :required=>false, :required =>false
property :provenance_comment, Text, :required=>false, :required =>false
property :updated_by, Integer, :lazy=>false, :required=>false
belongs_to :data_collection, :model => 'Yogo::Collection::Data'
belongs_to :controlled_vocabulary, :model => 'Yogo::Collection::Property', :required => false
Expand Down

0 comments on commit 397eac9

Please sign in to comment.