Requiring gems

This commit is contained in:
Adam
2015-12-31 14:53:20 +01:00
parent a41e997931
commit a6a3d5937c

View File

@@ -1,6 +1,8 @@
require File.expand_path('../boot', __FILE__)
require 'rails/all'
require 'rake'
require 'open3'
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
@@ -25,5 +27,3 @@ module Ribicabackoffice
config.assets.precompile += %w(*.svg *.eot *.woff *.ttf *.gif *.png *.ico)
end
end