Module: Tablets::Global::Loader

Included in:
Tablets
Defined in:
lib/tablets/global/loader.rb

Overview

Tablets loader Manages files loading from app tablets directory

Instance Method Summary collapse

Instance Method Details

#load!Object

Loads tablets files



7
8
9
# File 'lib/tablets/global/loader.rb', line 7

def load!
  files.each { |file| load file }
end