Files
greenlight/app/channels/application_cable/connection.rb
Jesus Federico a15bf5b3a9 first commit
2016-10-13 17:30:58 +00:00

5 lines
85 B
Ruby

module ApplicationCable
class Connection < ActionCable::Connection::Base
end
end