class EY::Serverside::Callbacks::Collection::ServiceHooks::Collection

Private Instance Methods

load_hooks() click to toggle source
# File lib/engineyard-serverside/callbacks/collection/service_hooks/collection.rb, line 13
def load_hooks
  Dir["#{paths}/*"].each do |hook_path|
    hooks.push(Hooks::Service.new(hook_path))
  end
end