Sha256: a7d90d083337fb84f36114a56097a135969ee5c5b419486175dcabf715eb673f
Contents?: true
Size: 504 Bytes
Versions: 25
Compression:
Stored size: 504 Bytes
Contents
module WebsocketRails # This class provides a means for accessing the Rails # controller helper methods defined in a user's application # or in gems that the user has added to the project. # # Each active connection creates and stores it's own # instance with the correct @_request and @_env objects # set. WebsocketRails::BaseController sends missing # methods to the active connection's delegation controller # instance. class DelegationController < ApplicationController end end
Version data entries
25 entries across 25 versions & 3 rubygems