From 3b82560d57583780fde41b6dfd538b770e8ada2b Mon Sep 17 00:00:00 2001 From: mcmac Date: Tue, 27 Feb 2018 15:51:59 +0000 Subject: [PATCH] Added require rails all --- .idea/workspace.xml | 93 ++++++++++++++++++++----------------------- config/application.rb | 1 + 2 files changed, 45 insertions(+), 49 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5370635..34f8717 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,13 +2,7 @@ - - - - - - - + @@ -37,16 +31,6 @@ - - - - - - - - - - @@ -63,8 +47,18 @@ - - + + + + + + + + + + + + @@ -100,11 +94,11 @@ - + - - + + @@ -188,7 +182,6 @@ @@ -423,25 +417,26 @@ - + - + - + - + @@ -607,14 +602,6 @@ - - - - - - - - @@ -742,14 +729,6 @@ - - - - - - - - @@ -766,6 +745,22 @@ + + + + + + + + + + + + + + + + @@ -774,18 +769,18 @@ - + - - + + - + - - + + diff --git a/config/application.rb b/config/application.rb index bdeb368..bddc3b7 100644 --- a/config/application.rb +++ b/config/application.rb @@ -15,6 +15,7 @@ require "action_cable/engine" # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. Bundler.require(*Rails.groups) +require 'rails/all' module VeretoApi class Application < Rails::Application