lib/hobo/paths.rb in hobo-inviqa-0.0.2 vs lib/hobo/paths.rb in hobo-inviqa-0.0.3
- old
+ new
@@ -43,7 +43,11 @@
end
def user_config_file
File.join(config_path, 'config.rb')
end
+
+ def user_hobofile_path
+ File.join(config_path, 'Hobofile')
+ end
end
end
\ No newline at end of file