Method: Lookbook::Websocket#full_mount_path
- Defined in:
- lib/lookbook/websocket.rb
#full_mount_path ⇒ Object
28 29 30 |
# File 'lib/lookbook/websocket.rb', line 28 def full_mount_path "#{engine_mount_path}/#{mount_path}".gsub("//", "/") end |