Skip to content

Commit

Permalink
Specify global namespace for File so that other modules don't trip …
Browse files Browse the repository at this point in the history
…us up. Refs #30
  • Loading branch information
mjgiarlo authored Aug 1, 2016
1 parent 8107a47 commit 3234a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/active_fedora/noid/install_generator.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module ActiveFedora
module Noid
class InstallGenerator < Rails::Generators::Base
source_root File.expand_path('../templates', __FILE__)
source_root ::File.expand_path('../templates', __FILE__)

desc <<-END_OF_DESC
Copies DB migrations
Expand Down

0 comments on commit 3234a2b

Please sign in to comment.