mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
Contact list for REPP
This commit is contained in:
parent
29e35c6452
commit
d692088f3b
3 changed files with 28 additions and 0 deletions
11
config/initializers/reload_api.rb
Normal file
11
config/initializers/reload_api.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
if Rails.env.development?
|
||||
ActiveSupport::Dependencies.explicitly_unloadable_constants << 'Repp::API'
|
||||
|
||||
api_files = Dir[Rails.root.join('app', 'api', '**', '*.rb')]
|
||||
api_reloader = ActiveSupport::FileUpdateChecker.new(api_files) do
|
||||
Rails.application.reload_routes!
|
||||
end
|
||||
ActionDispatch::Callbacks.to_prepare do
|
||||
api_reloader.execute_if_updated
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue