Created
September 12, 2011 16:42
-
-
Save zapatoche/1211726 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - require 'yaml' | |
| - blah = YAML.load_file('data/test.yml') |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
returns no such file data/test.yml from a template (slim in this case)
but work if i load the file in a plain ruby program