Sha256: 70fbf39f160f211e25de6f2bf1980d0221d33d78e3304da5952766a86ae466b0

Contents?: true

Size: 327 Bytes

Versions: 6

Compression:

Stored size: 327 Bytes

Contents

#config/initializers/hyper_mesh.rb

#puts "*****  #{__FILE__} ****"
#binding.pry
#File.join(Rails.root, 'app', 'models', 'public')
#binding.pry
#Opal.append_path File.join(Rails.root, 'app', 'models').untaint



HyperMesh.configuration do |config|
  config.transport = :action_cable
  config.channel_prefix = "synchromesh"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hyper-mesh-0.6.0 examples/words/config/initializers/hyper_mesh.rb
hyper-mesh-0.5.4 examples/words/config/initializers/hyper_mesh.rb
hyper-mesh-0.5.3 examples/words/config/initializers/hyper_mesh.rb
hyper-mesh-0.5.2 examples/words/config/initializers/hyper_mesh.rb
hyper-mesh-0.5.1 examples/words/config/initializers/hyper_mesh.rb
hyper-mesh-0.5.0 examples/words/config/initializers/hyper_mesh.rb