mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 15:28:50 +01:00
rename load_path to autoload_path to remove deprecation warning
This commit is contained in:
parent
513734dce0
commit
012a5929e1
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ Encoding.default_external = Encoding::UTF_8 if RUBY_VERSION > "1.9"
|
|||
Rails::Initializer.run do |config|
|
||||
# Skip frameworks you're not going to use
|
||||
# config.frameworks -= [ :action_web_service, :action_mailer ]
|
||||
config.load_paths += %W( #{RAILS_ROOT}/app/apis )
|
||||
config.autoload_paths += %W( #{RAILS_ROOT}/app/apis )
|
||||
|
||||
config.gem "highline"
|
||||
config.gem "RedCloth"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue