Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
venjob_nth
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ngô Trung Hưng
venjob_nth
Commits
ef3031b4
Commit
ef3031b4
authored
Aug 24, 2020
by
Ngô Trung Hưng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix autoload_business
parent
b22ff6e1
Pipeline
#1005
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
config/application.rb
+1
-1
No files found.
config/application.rb
View file @
ef3031b4
...
@@ -13,7 +13,7 @@ module Venjob
...
@@ -13,7 +13,7 @@ module Venjob
config
.
exceptions_app
=
self
.
routes
config
.
exceptions_app
=
self
.
routes
config
.
autoload_paths
<<
Rails
.
root
.
join
(
'lib/service'
)
config
.
autoload_paths
<<
Rails
.
root
.
join
(
'lib/service'
)
config
.
autoload_paths
<<
Rails
.
root
.
join
(
'lib/src'
)
config
.
autoload_paths
<<
Rails
.
root
.
join
(
'lib/src'
)
config
.
auto
load_paths
<<
Rails
.
root
.
join
(
'lib/business'
)
config
.
eager_
load_paths
<<
Rails
.
root
.
join
(
'lib/business'
)
# i18n
# i18n
config
.
i18n
.
available_locales
=
[
:en
,
:vi
]
config
.
i18n
.
available_locales
=
[
:en
,
:vi
]
config
.
i18n
.
default_locale
=
:vi
config
.
i18n
.
default_locale
=
:vi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment