lib/tarvit-helpers.rb in tarvit-helpers-0.0.6 vs lib/tarvit-helpers.rb in tarvit-helpers-0.0.8
- old
+ new
@@ -1,6 +1,8 @@
module TarvitHelpers
- require 'modules/non_shared_accessors'
- require 'modules/simple_crypt'
+ # modules
+ require 'tarvit-helpers/modules/non_shared_accessors'
+ require 'tarvit-helpers/modules/simple_crypt'
+ require 'tarvit-helpers/modules/conditional_logger'
end
\ No newline at end of file