web/config/application.rb
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 19 Nov 2015 09:40:33 +0000
changeset 310 c01892c16c71
parent 60 526b7ae35ec6
permissions -rw-r--r--
Merge

require File.expand_path('../boot', __FILE__)

require 'rails/all'

# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(:default, Rails.env)

module CalipelWeb
  class Application < Rails::Application
    config.autoload_paths += %W(#{config.root}/lib)
  end
end