Last Updated: February 25, 2016
·
347
· dinks

Rails Development Reload

TO realod in development mode for Rails

# config/environments/development.rb
ActionDispatch::Reloader.to_prepare do
  load Rails.root.join('lib/my_init.rb')
end