Class: Forms::Plugin

Inherits:
Wheelhouse::Plugin
  • Object
show all
Defined in:
lib/wheelhouse-forms.rb

Class Method Summary collapse

Class Method Details

.load_yaml(file) ⇒ Object



36
37
38
# File 'lib/wheelhouse-forms.rb', line 36

def self.load_yaml(file)
  YAML.load(IO.read(File.join(paths["config"].first, file)))
end