Module: Hotloader

Defined in:
lib/hotloader.rb,
lib/hotloader/version.rb

Defined Under Namespace

Classes: Engine

Constant Summary collapse

VERSION =
'1.0.7'

Class Method Summary collapse

Class Method Details

.load_filesObject



28
29
30
31
32
# File 'lib/hotloader.rb', line 28

def self.load_files
  [
    'app/channels/refresh_channel.rb'
  ]
end