Skip to content

Commit

Permalink
Putting changes back in that got removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
rickjohnson committed Mar 16, 2011
1 parent 4780c41 commit 8975694
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##########################################################################
# Copyright 2010 Stanford University Libraries (SULAIR) and MediaShelf, LLC
# Copyright 2011 Stanford University Libraries (SULAIR) and MediaShelf, LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions lib/hydra/mods_article.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require "uva/mods_index_methods"
module Hydra

class ModsArticle < ActiveFedora::NokogiriDatastream
Expand Down
1 change: 1 addition & 0 deletions lib/hydra/mods_dataset.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require "uva/mods_index_methods"
module Hydra
class ModsDataset < ActiveFedora::NokogiriDatastream
include Hydra::CommonModsIndexMethods
Expand Down
5 changes: 3 additions & 2 deletions lib/uva/mods_index_methods.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module Uva::ModsIndexMethods
module Uva
module ModsIndexMethods
# extracts the last_name##full_name##computing_id to be used by home view
def extract_person_full_names_and_computing_ids
names = {}
Expand All @@ -19,5 +20,5 @@ def extract_person_full_names_and_computing_ids
end
names
end

end
end

0 comments on commit 8975694

Please sign in to comment.