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



40
41
42
# File 'lib/wheelhouse-forms.rb', line 40

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