If I don't add all these files to my config/application.rb I get various name errors during ActiveHook::Hook.new and hook.save!:
require 'activehook/hook'
require 'activehook/redis'
require 'activehook/config'
require 'activehook/app'
I think each file in in lib should require whatever other file it needs.
If I don't add all these files to my
config/application.rbI get various name errors duringActiveHook::Hook.newandhook.save!:I think each file in in
libshould require whatever other file it needs.