template/config/boot_faye.rb in grape-gen-0.0.5 vs template/config/boot_faye.rb in grape-gen-0.0.6
- old
+ new
@@ -16,7 +16,7 @@
ApplicationSettings.source File.expand_path('config/application.yml', APP_ROOT)
ApplicationSettings.root = APP_ROOT
require_relative 'initializers/logging'
-require_relative '../lib/faye_auth_extension'
-require_relative '../lib/faye_publisher'
+require_relative '../lib/faye/auth_extension'
+require_relative '../lib/faye/publisher'
\ No newline at end of file