Skip to content

Commit

Permalink
explitly requiring facets gem (needed for titlecase method in content…
Browse files Browse the repository at this point in the history
…_model.rb)
  • Loading branch information
flyingzumwalt committed May 2, 2011
1 parent 018b855 commit f26e555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ begin
gem.add_dependency("activeresource")
gem.add_dependency("mediashelf-loggable")
gem.add_dependency("equivalent-xml")
gem.add_dependency("facets")

# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Expand Down
1 change: 1 addition & 0 deletions lib/active_fedora/content_model.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'facets/string/titlecase'
module ActiveFedora
class ContentModel < Base
CMODEL_NAMESPACE = "afmodel"
Expand Down

0 comments on commit f26e555

Please sign in to comment.