After many googling I've tried adding both of these to my config and yet reloading doesn't happen:
config.autoload_paths += %W(#{config.root}/lib)
config.autoload_paths += Dir["#{config.root}/lib/**/"]
I make changes to files under /lib but refreshing in Pow doesn't reload the changes
What am I missing?