Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rails_dingtalk
Project
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
other
rails_dingtalk
Commits
7880166b
Commit
7880166b
authored
Sep 04, 2021
by
mingyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
not depend rails com
parent
a8f5f7c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
engine.rb
lib/rails_dingtalk/engine.rb
+2
-4
No files found.
lib/rails_dingtalk/engine.rb
View file @
7880166b
require
'rails_com'
module
RailsDingtalk
module
RailsDingtalk
class
Engine
<
::
Rails
::
Engine
class
Engine
<
::
Rails
::
Engine
config
.
autoload_paths
+=
Dir
[
config
.
autoload_paths
+=
Dir
[
...
@@ -12,10 +11,9 @@ module RailsDingtalk
...
@@ -12,10 +11,9 @@ module RailsDingtalk
helper:
false
helper:
false
}
}
g
.
test_unit
=
{
g
.
test_unit
=
{
fixture:
true
,
fixture:
true
fixture_replacement: :factory_girl
}
}
g
.
templates
.
unshift
File
.
expand_path
(
'lib/templates'
,
RailsCom
::
Engine
.
root
)
#
g.templates.unshift File.expand_path('lib/templates', RailsCom::Engine.root)
end
end
end
end
end
end
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