Skip to content

Commit fc56e03

Browse files
committed
rearrange lib dir
1 parent ebfbc43 commit fc56e03

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

config/load.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@
113113
require 'rubyforge'
114114

115115
require File.expand_path('../../lib/service', __FILE__)
116-
require File.expand_path('../../lib/app', __FILE__)
116+
require File.expand_path('../../lib/service/app', __FILE__)

lib/service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Represents a single triggered Service call. Each Service tracks the event
66
# type, the configuration data, and the payload for the current call.
77
class Service
8-
dir = File.expand_path '..', __FILE__
8+
dir = File.expand_path '../service', __FILE__
99
Dir["#{dir}/events/helpers/*.rb"].each do |helper|
1010
require helper
1111
end
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy