Sha256: ff46d63036929ec20342472e8ce8e0b863cdd6fbd155da665eb81805d34ff7a4
Contents?: true
Size: 295 Bytes
Versions: 3
Compression:
Stored size: 295 Bytes
Contents
module WebsocketRails class Engine < Rails::Engine config.autoload_paths += [File.expand_path("../../lib", __FILE__)] paths["app"] << "lib/rails/app" paths["app/controllers"] << "lib/rails/app/controllers" paths["config/routes"] << "lib/rails/config/routes.rb" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
websocket-rails-0.1.9 | lib/websocket_rails/engine.rb |
websocket-rails-0.1.8 | lib/websocket_rails/engine.rb |
websocket-rails-0.1.7 | lib/websocket_rails/engine.rb |