Create the ChiliProject namespace
This commit is contained in:
parent
90df645cae
commit
f273b7b18c
@ -3,3 +3,4 @@ I18n.default_locale = 'en'
|
|||||||
I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks)
|
I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks)
|
||||||
|
|
||||||
require 'redmine'
|
require 'redmine'
|
||||||
|
require 'chili_project'
|
||||||
|
2
lib/chili_project.rb
Normal file
2
lib/chili_project.rb
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
module ChiliProject
|
||||||
|
end
|
0
lib/chili_project/.empty
Normal file
0
lib/chili_project/.empty
Normal file
Loading…
x
Reference in New Issue
Block a user