Move lib class in /app instead of /lib

v1
Aeris 7 years ago
parent 51f478125a
commit c5d53ceda8
  1. 0
      app/lib/datastore.rb
  2. 1
      config/application.rb

@ -30,7 +30,6 @@ module CryptcheckRails
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.
config.autoload_paths += %W(#{config.root}/lib)
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.

Loading…
Cancel
Save